Skip to content

Commit

Permalink
CI.yml: Run coverage at repo root
Browse files Browse the repository at this point in the history
  • Loading branch information
kvrigor committed Oct 9, 2024
1 parent d2a73f1 commit e23716e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,15 +174,13 @@ jobs:
cp mpi_tester.py pytest
- name: Run single-process tests with Pytest
working-directory: ./pytest
run: >-
coverage run
--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
Expand Down

0 comments on commit e23716e

Please sign in to comment.