Skip to content

Commit

Permalink
CI.yml: Generated coverage report on another step
Browse files Browse the repository at this point in the history
  • Loading branch information
kvrigor committed Oct 8, 2024
1 parent 36620af commit 3703d5b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,15 @@ jobs:
working-directory: ./pytest
run: >-
python -m pytest -n auto --cov psydac
--cov-report xml:coverage.xml
--cov-config $GITHUB_WORKSPACE/pyproject.toml
--cov-report=""
--pyargs psydac -m "not parallel and not petsc"
- name: Generate coverage report for Codacy
working-directory: ./pytest
run: |
coverage xml
- name: Upload coverage report to Codacy
uses: codacy/codacy-coverage-reporter-action@v1.3.0
with:
Expand Down

0 comments on commit 3703d5b

Please sign in to comment.