Skip to content

Commit

Permalink
feat: gh action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lchen-2101 committed Sep 12, 2023
1 parent 7d2ca0f commit c731f28
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 @@ -47,6 +47,13 @@ testpaths = [
"tests",
]

[tool.coverage.run]
relative_files = true
source = ["src"]

[tool.coverage.report]
skip_empty = true

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit c731f28

Please sign in to comment.