Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d2499f4

Browse files
committedFeb 4, 2025
Add coverage report exclusions for __init__.py and setup.py.
1 parent 4be89b3 commit d2499f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ order_by_type = true
2424

2525
[coverage:report]
2626
omit =
27+
__init__.py
28+
django_dramatiq/setup.py
2729
*/migrations/*
2830
*/tests/*

0 commit comments

Comments
 (0)
Please sign in to comment.