Check documentation coverage
This commit is contained in:
parent
5ecc57e6b6
commit
b31885ca5f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user