Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ jobs:
name: html-report
path: .tox/htmlcov
- name: Upload coverage to Codecov
if: success() || failure()
uses: codecov/codecov-action@v5
with:
flags: unittests
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ set_env =
COVERAGE_FILE = {work_dir}/.coverage
commands =
coverage combine
coverage report --fail-under=100 --skip-covered --show-missing
coverage xml -o {work_dir}/coverage.xml
coverage html -d {work_dir}/htmlcov
diff-cover --compare-branch {env:DIFF_AGAINST:origin/main} {work_dir}/coverage.xml
coverage report --fail-under=100 --skip-covered --show-missing
depends =
py314-parallel
py313-parallel
Expand Down
Loading