Skip to content

Commit

Permalink
Fix Coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Feb 18, 2024
1 parent ddf3cd2 commit d8c4cbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .coveragerc

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
pip install versioneer[toml]==0.29
pip install . --no-deps --no-build-isolation
coverage run --omit atomistics/_version.py -m unittest discover tests
coverage run --omit="atomistics/_version.py,tests/*" -m unittest discover tests
coverage combine
- name: Coveralls
if: matrix.label == 'linux-64-py-3-11'
Expand Down

0 comments on commit d8c4cbc

Please sign in to comment.