Skip to content

Commit

Permalink
fix: restore coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
manawasp committed Mar 17, 2024
1 parent d721b12 commit 6e653dc
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[run]
branch = 1
cover_pylib = 0
include=*mode/*
omit = tests.*

[report]
omit =
*/python?.?/*
*/site-packages/*
*/pypy/*

# tested by functional tests
*/mode/loop/*

# not needed
*/mode/types/*
*/mode/utils/types/*
*/mode/utils/mocks.py

# been in celery since forever
*/mode/utils/graphs/*
exclude_lines =
# Have to re-enable the standard pragma
if\ typing\.TYPE_CHECKING\:

pragma: no cover

if sys.platform == 'win32':

\@abc\.abstractmethod

\# Py3\.6

\@overload

0 comments on commit 6e653dc

Please sign in to comment.