We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d988edd commit ff4ef57Copy full SHA for ff4ef57
1 file changed
.github/workflows/ci.yml
@@ -427,12 +427,18 @@ jobs:
427
run: >-
428
echo "version=$(python -V | cut -d' ' -f2 | cut -d'.' -f1,2)"
429
>> "${GITHUB_OUTPUT}"
430
+
431
+ - run: |
432
+ coverage combine
433
+ coverage report
434
435
- if: always()
436
uses: codecov/codecov-action@v5
437
with:
438
name: Cython
439
flags: Cython,${{ steps.get-version.outputs.version }}
440
fail_ci_if_error: false
441
+ version: 10.2.1
442
443
# https://github.com/marketplace/actions/alls-green#why
444
check: # This job does nothing and is only used for the branch protection
0 commit comments