kzccm1d4if10m2xaz1wqy3xar821pp1r-my-site-anaphoric-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 7284303040947b2e8ade5a4874159c925194bc03
parent ef1a7a54b5f4ea9a79396e895c745d57b3590192
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date:   Wed, 28 Jul 2021 17:13:22 +0100

cleanup

Diffstat:
M.github/workflows/ci.yml | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -92,7 +92,5 @@ 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.