Skip to content

Commit

Permalink
Remove src prefix in coverage config
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 committed Nov 11, 2023
1 parent 196300a commit 3b582ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,11 @@ source_pkgs = ["trio"]
omit = [
# These are run in subprocesses, but still don't work. We follow
# coverage's documentation to no avail.
"*/src/trio/_core/_tests/test_multierror_scripts/*",
"*/trio/_core/_tests/test_multierror_scripts/*",
# Omit the generated files in trio/_core starting with _generated_
"*/src/trio/_core/_generated_*",
"*/trio/_core/_generated_*",
# Script used to check type completeness that isn't run in tests
"*/src/trio/_tests/check_type_completeness.py",
"*/trio/_tests/check_type_completeness.py",
]
# The test suite spawns subprocesses to test some stuff, so make sure
# this doesn't corrupt the coverage files
Expand Down

0 comments on commit 3b582ca

Please sign in to comment.