mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Set skip_covered = True in .coveragerc
This commit is contained in:
parent
1b67b03b26
commit
3d49db7851
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ omit =
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
show_missing = True
|
show_missing = True
|
||||||
|
skip_covered = True
|
||||||
exclude_lines =
|
exclude_lines =
|
||||||
# Have to re-enable the standard pragma
|
# Have to re-enable the standard pragma
|
||||||
\#\s*pragma: no cover
|
\#\s*pragma: no cover
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue