Skip to content

Commit

Permalink
Use mypackage as cov target instead of src/mypackage - this would onl…
Browse files Browse the repository at this point in the history
…y work for editable installs
  • Loading branch information
finsberg committed Sep 25, 2022
1 parent 660ce51 commit 0bb6d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ ignore_missing_imports = true
exclude = docs,build

[tool:pytest]
addopts = --cov=src/mypackage --cov-report html --cov-report term-missing -v
addopts = --cov=mypackage --cov-report html --cov-report term-missing -v
testpaths =
test

0 comments on commit 0bb6d1e

Please sign in to comment.