Skip to content

Commit

Permalink
Change coverage run config
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiMacielPereira committed Jul 24, 2024
1 parent c20fe4d commit e25241b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pythonpath = [
testpaths = ["tests"]
filterwarnings = ["error"]

[tool.coverage.report]
[tool.coverage.run]
include = [
"*/src/mvesuvio/*",
"*/tools/calibration_scripts/*"
Expand All @@ -70,6 +70,7 @@ omit = [
"*legacy*"
]

[tool.coverage.report]
fail_under = 0
show_missing = true
skip_empty = true
Expand Down

0 comments on commit e25241b

Please sign in to comment.