Fixed CODECOV_TOKEN not existing in gcov step.

This commit is contained in:
Nathan Moinvaziri 2022-11-29 16:01:53 -08:00
parent b877ac4fed
commit d2d8a1a0db

View File

@ -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 \