Trying to add codecov to github actions
This commit is contained in:
parent
fcff13b58c
commit
ef1a7a54b5
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user