Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-r-santos committed Apr 6, 2024
1 parent 05abe1e commit 3dcd3fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,15 @@ filterwarnings = [
branch = true

[tool.coverage.paths]
skip_empty = true
source = [
"src/",
".nox/test*/lib/python*/site-packages/",
".nox/test*/Lib/site-packages/",
]

[tool.coverage.report]
skip_empty = true

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

0 comments on commit 3dcd3fc

Please sign in to comment.