Skip to content

Commit

Permalink
reverted to old coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar Taubert committed Apr 19, 2024
1 parent 0da0dc1 commit a0a90ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
run: |
pytest --cov=propulate
mpirun -n 8 python -m pytest --with-mpi --cov=propulate --cov-append
# coverage-badge -fo coverage.svg
- name: Coverage Badge
uses: tj-actions/coverage-badge-py@v2
coverage-badge -fo coverage.svg
# - name: Coverage Badge
# uses: tj-actions/coverage-badge-py@v2

- name: Verify Changed files
uses: tj-actions/verify-changed-files@v16
Expand Down

0 comments on commit a0a90ee

Please sign in to comment.