File: .coveragerc

package info (click to toggle)
python-spake2 0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: python: 2,757; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 92 bytes parent folder | download
1
2
3
4
5
6
7
8
# -*- conf -*-

[run]
include =
 src/spake2/*
omit =
 */spake2/_version.py
 */spake2/test/*