Skip to content

Commit

Permalink
Merge pull request #270 from pyiron/coverage
Browse files Browse the repository at this point in the history
fix coverage
  • Loading branch information
jan-janssen authored Feb 18, 2024
2 parents f4263e7 + eab0e86 commit de21163
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions .coveragerc

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
run: |
pip install versioneer[toml]==0.29
pip install . --no-deps --no-build-isolation
coverage run --omit pysqa/_version.py -m unittest discover tests
coverage combine
coverage run --omit="pysqa/_version.py,tests/*" -m unittest discover tests
- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit de21163

Please sign in to comment.