Skip to content

Commit

Permalink
[qa] Back to .coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jul 31, 2024
1 parent 168953b commit ab3b107
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
10 changes: 10 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[run]
parallel = true
concurrency = multiprocessing
source = django_x509
omit =
/*/test*
/tests
/*/__init__.py
/setup.py
/*/migrations/*
11 changes: 0 additions & 11 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,3 @@ universal=1
ignore = W605, W503, W504
exclude = *migrations/0*
max-line-length = 88

[coverage:run]
parallel = True
concurrency = multiprocessing
source = django_x509
omit =
/*/test*
/tests
/*/__init__.py
/setup.py
/*/migrations/*

0 comments on commit ab3b107

Please sign in to comment.