Skip to content

Commit

Permalink
coverage from src dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiesquire committed May 2, 2023
1 parent f5666d1 commit 749cbc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[run]
omit =
setup.py
versioneer.py
src/intake_dataframe_catalog/_version.py
intake_dataframe_catalog/_version.py
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ select = B,C,E,F,W,T4,B9
ignore = E203,W503,C901

[tool:pytest]
addopts = --cov=./ --cov-report=xml
addopts = --cov=./src --cov-report=xml

0 comments on commit 749cbc7

Please sign in to comment.