Check documentation coverage

This commit is contained in:
Georges Dupéron 2016-09-05 00:16:36 +02:00
parent 5ecc57e6b6
commit b31885ca5f

View File

@ -40,7 +40,7 @@ before_install:
install:
- raco pkg install --deps search-auto
- if test "$RACKET_VERSION" != "6.0"; then raco setup --check-pkg-deps --pkgs typed-struct-props; fi
before_script:
@ -49,6 +49,9 @@ before_script:
# packages without it getting stuck on a confirmation prompt.
script:
- raco test -x -p typed-struct-props
- if test "$RACKET_VERSION" != "6.0"; then raco setup --check-pkg-deps --pkgs typed-struct-props; fi
- raco pkg install --deps search-auto doc-coverage
- raco doc-coverage typed-struct-props
after_success:
- raco pkg install --deps search-auto cover cover-coveralls