mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Fixed CODECOV_TOKEN not existing in gcov step.
This commit is contained in:
parent
b877ac4fed
commit
d2d8a1a0db
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -243,7 +243,7 @@ jobs:
|
||||
SSL_CERT_FILE: test.pem
|
||||
|
||||
- name: Generate coverage report
|
||||
if: always() && matrix.codecov && env.CODECOV_TOKEN != ''
|
||||
if: always() && matrix.codecov
|
||||
run: |
|
||||
python3 -u -m pip install --user gcovr --ignore-installed
|
||||
python3 -m gcovr \
|
||||
|
Loading…
x
Reference in New Issue
Block a user