File: setup.cfg

package info (click to toggle)
python-popcon 3.0.3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 112 kB
  • sloc: python: 225; makefile: 35
file content (9 lines) | stat: -rw-r--r-- 153 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[tool:pytest]
addopts =
    --cov=popcon
    --cov=tests
    --cov-report=term-missing:skip-covered
    --cov-report=html

[flake8]
exclude = venv,build