Skip to content

Commit

Permalink
This should finally be correct for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiKalbe committed May 24, 2024
1 parent 5e63093 commit d54bb91
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 @@ -45,7 +45,7 @@ build = "hatch build"
publish = "hatch publish"

[tool.pixi.feature.test.tasks]
test = "pytest --tb=long --cov-report xml -vv"
test = "pytest --tb=long --cov --cov-report xml -vv"

[tool.pixi.feature.dev.dependencies]
ruff = ">=0.4.4,<0.5"
Expand Down

0 comments on commit d54bb91

Please sign in to comment.