diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-11-03 06:14:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-11-03 06:14:07 +0000 |
commit | fb30f8c3416b99ff543094ffa977802ec5eb4f0e (patch) | |
tree | c74d32a6a68c3fd6267399d0ded737c39a5ac4e4 /.coveragerc | |
parent | Releasing debian version 1.5.5-1. (diff) | |
download | identify-fb30f8c3416b99ff543094ffa977802ec5eb4f0e.tar.xz identify-fb30f8c3416b99ff543094ffa977802ec5eb4f0e.zip |
Merging upstream version 1.5.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.coveragerc')
-rw-r--r-- | .coveragerc | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/.coveragerc b/.coveragerc deleted file mode 100644 index f995964..0000000 --- a/.coveragerc +++ /dev/null @@ -1,29 +0,0 @@ -[run] -branch = True -source = - . -omit = - .tox/* - /usr/* - setup.py - -[report] -show_missing = True - -exclude_lines = - # Have to re-enable the standard pragma - \#\s*pragma: no cover - - # Don't complain if tests don't hit defensive assertion code: - ^\s*raise AssertionError\b - ^\s*raise NotImplementedError\b - ^\s*return NotImplemented\b - ^\s*raise$ - - # Don't complain if non-runnable code isn't run: - ^if __name__ == ['"]__main__['"]:$ - -[html] -directory = coverage-html - -# vim:ft=dosini |