Skip to content

Commit e06208b

Browse files
authored
Update setup.cfg
1 parent a492698 commit e06208b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

{{cookiecutter.project_name}}/setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,6 @@ line_length = 120
7272

7373
[tool:pytest]
7474
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
7577
addopts = --cov --cov-report xml --cov-report term --cov-report html

0 commit comments

Comments
 (0)