mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 06:46:11 +01:00
allow failure of covr
This commit is contained in:
parent
f63414d519
commit
cde1892e25
@ -5,7 +5,9 @@ r:
|
||||
- 3.0
|
||||
# latest available release
|
||||
- release
|
||||
r_packages: covr
|
||||
r_packages:
|
||||
allow_failures:
|
||||
- covr
|
||||
cache: packages
|
||||
cran: https://cran.rstudio.com
|
||||
os:
|
||||
@ -19,6 +21,7 @@ before_install:
|
||||
|
||||
# postrun
|
||||
after_success:
|
||||
allow_failures:
|
||||
- Rscript -e 'covr::codecov()'
|
||||
notifications:
|
||||
email:
|
||||
|
Loading…
Reference in New Issue
Block a user