We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebe4b66 + 04966bc commit b5b0cacCopy full SHA for b5b0cac
.travis.yml
@@ -15,6 +15,7 @@ notifications:
15
on_success: change
16
on_failure: change
17
18
-# Freezes for whatever reason
19
after_success:
+ # Workaround for covr not putting -O0 last
20
+ - mkdir -p ~/.R/ && echo "CFLAGS += -coverage -O0" > ~/.R/Makevars
21
- Rscript -e 'covr::codecov(type = "all")'
0 commit comments