Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliette-Gerbaux authored Dec 5, 2024
1 parent 22a5dff commit cf7a358
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,5 @@ jobs:
- 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 cf7a358

Please sign in to comment.