Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliette-Gerbaux committed Dec 5, 2024
2 parents cd9ba4a + cf7a358 commit 128e674
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,9 @@ jobs:
- name: Check typing
run: |
python -m mypy
python -m mypy src
- name: Test
run: |
pytest --cov antarest --cov-report xml
pytest
- name: Archive code coverage results
uses: actions/upload-artifact@v3
with:
name: python-code-coverage-report
path: coverage.xml

0 comments on commit 128e674

Please sign in to comment.