Skip to content

Commit

Permalink
Fix coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Mar 25, 2022
1 parent b4a96ba commit c8cec4d
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 @@ -2,7 +2,7 @@
test=pytest

[tool:pytest]
addopts = --doctest-modules --cov=dcor
addopts = --doctest-modules
norecursedirs = '.*' 'build' 'dist' '*.egg' 'venv' .svn _build docs

[flake8]
Expand Down

0 comments on commit c8cec4d

Please sign in to comment.