Skip to content

Commit

Permalink
[#48] Fix: fix coverage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofusai committed Dec 31, 2024
1 parent cf50ce6 commit 346cda8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
disable_search: true
files: .coverage
token: ${{ secrets.CODECOV_TOKEN }}
publish-to-pypi:
if: github.event_name == 'release' && github.event.action == 'published'
Expand Down
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 346cda8

Please sign in to comment.