File: .coveragerc

package info (click to toggle)
borgbackup 1.1.9-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 11,956 kB
  • sloc: ansic: 39,466; python: 21,922; pascal: 2,269; sh: 137; makefile: 128
file content (23 lines) | stat: -rw-r--r-- 442 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[run]
branch = True
source = src/borg
omit =
    */borg/__init__.py
    */borg/__main__.py
    */borg/_version.py
    */borg/fuse.py
    */borg/support/*
    */borg/testsuite/*
    */borg/hash_sizes.py

[report]
exclude_lines =
    pragma: no cover
    pragma: freebsd only
    pragma: unknown platform only
    def __repr__
    raise AssertionError
    raise NotImplementedError
    if 0:
    if __name__ == .__main__.:
ignore_errors = True