Skip to content

Commit

Permalink
TST: ensure code coverage is uploaded (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored Dec 11, 2024
1 parent 6f4e891 commit 8fec4cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dist/
.idea/
venv/
.coverage
coverage.xml
docs/pics/*.svg
docs/.ipynb_checkpoints
docs/api/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ addopts = '''
--doctest-plus
--cov=audmodel
--cov-fail-under=100
--cov-report term-missing
--cov-report xml
--ignore=docs/
--ignore=misc/
'''
Expand Down

0 comments on commit 8fec4cf

Please sign in to comment.