Skip to content

Commit

Permalink
CI.yml: Be explicit about the location of the .coverage file
Browse files Browse the repository at this point in the history
  • Loading branch information
kvrigor committed Oct 9, 2024
1 parent 10d96d4 commit fc6e380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,14 @@ jobs:
working-directory: ./pytest
run: >-
coverage run
--data-file=$GITHUB_WORKSPACE/.coverage
--rcfile=$GITHUB_WORKSPACE/pyproject.toml
--module pytest -n auto
--pyargs psydac -m "not parallel and not petsc"
- name: Generate coverage report for Codacy
working-directory: ./pytest
run: |
coverage xml
coverage xml --data-file=$GITHUB_WORKSPACE/.coverage
- name: Upload coverage report to Codacy
uses: codacy/[email protected]
Expand Down

0 comments on commit fc6e380

Please sign in to comment.