We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents beaaa03 + a16132f commit eb23e4cCopy full SHA for eb23e4c
.travis.yml
@@ -17,4 +17,6 @@ install: raco pkg install --deps search-auto $TRAVIS_BUILD_DIR # install depende
17
18
script:
19
- raco test $TRAVIS_BUILD_DIR # run tests. you wrote tests, right?
20
+
21
+after_success:
22
- raco cover -f coveralls -d $TRAVIS_BUILD_DIR/coverage . # generate coverage information for coveralls
0 commit comments