We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a492698 commit e06208bCopy full SHA for e06208b
1 file changed
{{cookiecutter.project_name}}/setup.cfg
@@ -72,4 +72,6 @@ line_length = 120
72
73
[tool:pytest]
74
testpaths = tests
75
+# Note that visual debugger in some editors like pycharm gets confused by coverage calculation.
76
+# As a workaround, configure the test configuration in pycharm et al with a --no-cov argument
77
addopts = --cov --cov-report xml --cov-report term --cov-report html
0 commit comments