Trying to add codecov to github actions

This commit is contained in:
Suzanne Soy 2021-07-28 17:12:49 +01:00
parent fcff13b58c
commit ef1a7a54b5

View File

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