File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ jobs:
129129 name : html-report
130130 path : .tox/htmlcov
131131 - name : Upload coverage to Codecov
132+ if : success() || failure()
132133 uses : codecov/codecov-action@v5
133134 with :
134135 flags : unittests
Original file line number Diff line number Diff line change @@ -87,10 +87,10 @@ set_env =
8787 COVERAGE_FILE = {work_dir}/.coverage
8888commands =
8989 coverage combine
90- coverage report --fail-under =100 --skip-covered --show-missing
9190 coverage xml -o {work_dir}/coverage.xml
9291 coverage html -d {work_dir}/htmlcov
9392 diff-cover --compare-branch {env:DIFF_AGAINST:origin/main} {work_dir}/coverage.xml
93+ coverage report --fail-under =100 --skip-covered --show-missing
9494depends =
9595 py314-parallel
9696 py313-parallel
You can’t perform that action at this time.
0 commit comments