Skip to content

Commit 066d658

Browse files
committed
Use run.sh to run coverage
1 parent 5d47e55 commit 066d658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ script:
2323
- ./run.sh run_tests
2424

2525
after_success:
26-
- R -e 'install.packages("covr")' -e 'covr::codecov()'
26+
- ./run.sh coverage
2727

2828
after_failure:
2929
- ./run.sh dump_logs

0 commit comments

Comments
 (0)