Skip to content

Commit

Permalink
🔧 config: attempt to fix merging coverage reports on different platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ljnsn committed Mar 6, 2024
1 parent 5641171 commit abf98c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ command_line = "--module pytest"
data_file = "reports/.coverage"
source = ["src"]

[tool.coverage.paths]
source = ["src/", "/home/runner/**/src", "D:\\**\\src"]

[tool.coverage.report]
fail_under = 50
precision = 1
Expand Down

0 comments on commit abf98c4

Please sign in to comment.