File: .coveragerc

package info (click to toggle)
python-tktooltip 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,172 kB
  • sloc: python: 416; makefile: 16
file content (13 lines) | stat: -rw-r--r-- 209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[run]
omit =
    tktooltip/__init__.py
    tktooltip/version.py
    tktooltip/_version.py
    tktooltip/demo.py

# concurrency = multiprocessing
# parallel = true
# sigterm = true

[html]
show_contexts = True