Try again with secret

This commit is contained in:
Suzanne Soy 2021-07-28 17:51:10 +01:00
parent fe59fce83e
commit 433bdec2c9

View File

@ -93,6 +93,6 @@ jobs:
- name: Check documentation coverage
run: if $COV; then raco doc-coverage "$(basename "$GITHUB_WORKSPACE")"; fi
- name: Check code coverage
run: echo $CODECOV_TOKEN; if $COV; then raco cover -s main -s test -s doc -f codecov -f html -d ~/coverage . || true; fi
run: if $COV; then raco cover -s main -s test -s doc -f codecov -f html -d ~/coverage . || true; fi
# TODO: add an option to cover to run the "outer" module too, not just the submodules.
# TODO: deploy the coverage info.