Skip to content

Commit

Permalink
disable coverage for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Aug 22, 2024
1 parent c117671 commit ff643f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ omit =
*/_vendor/*
*/tools/*
*/setuptools/_distutils/*
# See #4588 for integration tests coverage
*/setuptools/tests/integration/*
*/setuptools/tests/test_integration.py

disable_warnings =
couldnt-parse
Expand Down

0 comments on commit ff643f2

Please sign in to comment.