Skip to content

Commit

Permalink
Merge pull request #49 from stefanofusai/48-fix-codecov-action-upload
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofusai authored Dec 31, 2024
2 parents 688c137 + 346cda8 commit 5fa93d2
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 @@ -40,7 +40,7 @@ python_version = "3.12"
strict = true

[tool.pytest.ini_options]
addopts = "--cov --verbose --cov-report=term-missing:skip-covered --durations=10 --numprocesses=auto"
addopts = "--cov --verbose --cov-report=term-missing:skip-covered --cov-report=xml --durations=10 --numprocesses=auto"
filterwarnings = ["ignore::DeprecationWarning"]
python_files = ["tests/*"]

Expand Down

0 comments on commit 5fa93d2

Please sign in to comment.