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