File: .coveragerc

package info (click to toggle)
python-boltons 25.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,252 kB
  • sloc: python: 12,133; makefile: 159; sh: 7
file content (9 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
; command for getting a coverage report:
;  pytest --doctest-modules --cov=boltons --cov-report html --cov-config tests/.coveragerc tests/ boltons/
; (run from project directory)

[run]
branch = True

[html]
directory = htmlcov