Skip to content

Commit

Permalink
Fix source path for code coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Leclerc <[email protected]>
  • Loading branch information
sylvlecl committed Jul 29, 2024
1 parent 708822d commit d5d6274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Test
run: |
pytest --cov antarest --cov-report xml
pytest --cov src --cov-report xml
- name: Archive code coverage results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d5d6274

Please sign in to comment.