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 ef1a7a54b5f4ea9a79396e895c745d57b3590192
parent fcff13b58c08a5b4ee5225b2d7702d9bd3d5ffaf
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date:   Wed, 28 Jul 2021 17:12:49 +0100

Trying to add codecov to github actions

Diffstat:
M.github/workflows/ci.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: export RACKET_DIR="$HOME/.racket" curl -L https://raw.githubusercontent.com/greghendershott/travis-racket/master/install-racket.sh | bash - name: Install cover - run: if $COV; then raco pkg install --deps search-auto doc-coverage cover cover-codecov; fi # or cover-coveralls + run: if $COV; then raco pkg install --deps search-auto doc-coverage cover https://github.com/jsmaniac/codecov-racket.git#github-ci; fi # or cover-coveralls - name: Install the Racket package run: raco pkg install --deps search-auto -j 2 - name: Test the Racket package