Skip to content

Commit

Permalink
Run covr on Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed May 19, 2017
1 parent 9f3b1fd commit 27c2f3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Expand Up @@ -18,6 +18,9 @@ build_script:
test_script:
- travis-tool.sh run_tests

on_success:
- Rscript -e "options(covr.gcov = 'C:/Rtools/mingw_64/bin/gcov.exe');covr::codecov()"

on_failure:
- travis-tool.sh dump_logs

Expand Down

0 comments on commit 27c2f3a

Please sign in to comment.