Skip to content

Commit

Permalink
Tweak CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Jun 17, 2023
1 parent e5d9e93 commit 099e738
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ build-backend = "poetry.core.masonry.api"
[tool.coverage.run]
parallel = true
source_pkgs = ["aiofiles"]

[tool.coverage.paths]
source = [
"src",
".tox/*/lib/python*/site-packages",
".tox/pypy*/site-packages",
]

0 comments on commit 099e738

Please sign in to comment.