Skip to content

Commit

Permalink
Merge pull request #316 from pyiron/coverage
Browse files Browse the repository at this point in the history
Use Coverage GitHub action
  • Loading branch information
jan-janssen authored Mar 7, 2024
2 parents 28ef4ea + f3fa794 commit b93fa35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
channels:
- conda-forge
dependencies:
- coveralls
- coverage
- codacy-coverage
- ipywidgets =8.1.2
Expand Down
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 b93fa35

Please sign in to comment.