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.
1 parent 230dcdf commit bda5a64Copy full SHA for bda5a64
.Rbuildignore
@@ -4,3 +4,4 @@
4
^README\.Rmd$
5
^README-.*\.png$
6
^cran-comments\.md$
7
+^codecov\.yml$
.travis.yml
@@ -1,3 +1,5 @@
1
language: R
2
sudo: false
3
cache: packages
+after_success:
+ - Rscript -e 'covr::codecov()'
DESCRIPTION
@@ -12,6 +12,7 @@ LazyData: true
12
RoxygenNote: 6.0.1
13
Suggests: testthat,
14
knitr,
15
- rmarkdown
+ rmarkdown,
16
+ covr
17
VignetteBuilder: knitr
18
Roxygen: list(markdown = TRUE)
codecov.yml
@@ -0,0 +1 @@
+comment: false
0 commit comments