www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit b5a8cab336b8ccdf24f9624844e638a5f48b150a
parent 28c7e6add686a764c2f4e2f7d4838f3ba6565163
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Thu, 19 Jan 2017 19:54:13 +0100

Updated Travis script to use codecov and to check the documentation coverage

Diffstat:
M.travis.yml | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -51,8 +51,10 @@ before_script: # packages without it getting stuck on a confirmation prompt. script: - raco test -p anaphoric + - raco setup --check-deps anaphoric + - raco pkg install doc-coverage + - raco doc-coverage anaphoric + - raco pkg install --deps search-auto cover cover-codecov + - raco cover -b -f codecov -d $TRAVIS_BUILD_DIR/coverage . after_success: - - raco setup --check-deps anaphoric - - raco pkg install --deps search-auto cover cover-coveralls - - raco cover -b -f coveralls -d $TRAVIS_BUILD_DIR/coverage .