File: .coverage.ini

package info (click to toggle)
python-aiosmtpd 1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 464 kB
  • sloc: python: 3,254; makefile: 35
file content (18 lines) | stat: -rw-r--r-- 291 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[run]
branch = true
parallel = true
omit =
     setup*
     aiosmtpd/testing/*
     aiosmtpd/tests/*
    .tox/*/lib/python3.*/site-packages/*

[paths]
source =
    aiosmtpd
    .tox/*/lib/python*/site-packages/aiosmtpd

[report]
exclude_lines =
    pragma: nocover
    pragma: no${PLATFORM}