master
/ miniconda3 / pkgs / boltons-23.0.0-py311h06a4308_0 / info / test / tests / .coveragerc

.coveragerc @74036c5

41a0142
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
; command for getting a coverage report:
;  py.test --doctest-modules --cov=boltons --cov-report html --cov-config tests/.coveragerc tests/ boltons/
; (run from project directory)

[run]
branch = True

[html]
directory = htmlcov