From fcff13b58c08a5b4ee5225b2d7702d9bd3d5ffaf Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Wed, 28 Jul 2021 16:55:30 +0100 Subject: [PATCH] debug --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 201eaaa..bead10a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,5 +92,7 @@ jobs: 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 + - name: debug code coverage + run: find /home/runner/coverage # TODO: add an option to cover to run the "outer" module too, not just the submodules. # TODO: deploy the coverage info.