Skip to content

Commit

Permalink
Use Coverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Mar 7, 2024
1 parent 28ef4ea commit b085733
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ jobs:
run: |
python .ci_support/pyironconfig.py
coverage run --omit pyiron_gui/_version.py -m unittest discover tests
coverage combine
- name: Coverage
shell: bash -l {0}
run: |
coverage combine
coveralls
coverage xml
python-codacy-coverage -r coverage.xml
- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit b085733

Please sign in to comment.