Skip to content

Commit

Permalink
CI: Coverage report was wrong for FreeBSD flag (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-clairicia authored Nov 3, 2024
1 parent fff0a3e commit 872339f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,9 @@ disable_warnings = [
[tool.coverage.paths]
source = [
"src/",
".tox/*/lib/python*/site-packages",
'.tox\*\Lib\site-packages', # Keep single quote here (TOML raw string syntax, useful for '\')
# Leading '*/' is necessary because .tox folder could be in other directory than the current working directory.
"*/.tox/*/lib/python*/site-packages",
'*\.tox\*\Lib\site-packages', # Keep single quote here (TOML raw string syntax, useful for '\')
]

[tool.coverage.report]
Expand Down

0 comments on commit 872339f

Please sign in to comment.