Skip to content

Commit ff4ef57

Browse files
authored
Hypothesis: codecov CLI v10.3.0 incorrectly normalizes files (#3242)
1 parent d988edd commit ff4ef57

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,12 +427,18 @@ jobs:
427427
run: >-
428428
echo "version=$(python -V | cut -d' ' -f2 | cut -d'.' -f1,2)"
429429
>> "${GITHUB_OUTPUT}"
430+
431+
- run: |
432+
coverage combine
433+
coverage report
434+
430435
- if: always()
431436
uses: codecov/codecov-action@v5
432437
with:
433438
name: Cython
434439
flags: Cython,${{ steps.get-version.outputs.version }}
435440
fail_ci_if_error: false
441+
version: 10.2.1
436442

437443
# https://github.com/marketplace/actions/alls-green#why
438444
check: # This job does nothing and is only used for the branch protection

0 commit comments

Comments
 (0)