Skip to content

Commit

Permalink
pyproject: fix coverage config
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro authored and daavoo committed Sep 23, 2022
1 parent 9955fcd commit fc76857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ addopts = "-ra"

[tool.coverage.run]
branch = true
source = ["dvclive", "tests"]
source = ["src/dvclive", "tests"]

[tool.coverage.paths]
source = ["src", "*/site-packages"]
Expand Down

0 comments on commit fc76857

Please sign in to comment.