Disabled code coverage on old versions where there is a conflict

This commit is contained in:
Suzanne Soy 2021-02-26 15:14:00 +00:00
parent 2c21a489cb
commit 89133cdc9b

View File

@ -13,11 +13,11 @@ env:
- RACKET_VERSION=6.1.1 COV=false
- RACKET_VERSION=6.2 COV=false
- RACKET_VERSION=6.3 COV=false
- RACKET_VERSION=6.4 COV=true
- RACKET_VERSION=6.5 COV=true
- RACKET_VERSION=6.6 COV=true
- RACKET_VERSION=6.7 COV=true
- RACKET_VERSION=6.8 COV=true
- RACKET_VERSION=6.4 COV=false
- RACKET_VERSION=6.5 COV=false
- RACKET_VERSION=6.6 COV=false
- RACKET_VERSION=6.7 COV=false
- RACKET_VERSION=6.8 COV=false
- RACKET_VERSION=6.9 COV=true
- RACKET_VERSION=6.10 COV=true
- RACKET_VERSION=6.10.1 COV=true
@ -41,4 +41,4 @@ script:
- if $COV; then raco doc-coverage "$(basename "$TRAVIS_BUILD_DIR")"; fi
- if $COV; then raco cover -s main -s test -s doc -f codecov -f html -d ~/coverage . || true; fi
# TODO: add an option to cover to run the "outer" module too, not just the submodules.
# TODO: deploy the coverage info.
# TODO: deploy the coverage info.