File tree Expand file tree Collapse file tree 4 files changed +6
-1
lines changed
Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ doxyfile
1313.clang_format
1414vignettes/getCurrentVersionsOfCitedPackages.R
1515^Contributing.md$
16+ ^\.codecov\.yml$
Original file line number Diff line number Diff line change 1+ comment : false
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ install:
2222script :
2323 - ./run.sh run_tests
2424
25+ after_success :
26+ - R -e 'install.packages("covr")' -e 'covr::codecov()'
27+
2528after_failure :
2629 - ./run.sh dump_logs
2730
Original file line number Diff line number Diff line change 1- ## Rcpp [ ![ Build Status] ( https://travis-ci.org/RcppCore/Rcpp.svg )] ( https://travis-ci.org/RcppCore/Rcpp ) [ ![ License] ( http://img.shields.io/badge/license-GPL%20%28%3E=%202%29-brightgreen.svg?style=flat )] ( http://www.gnu.org/licenses/gpl-2.0.html ) [ ![ CRAN] ( http://www.r-pkg.org/badges/version/Rcpp )] ( https://cran.r-project.org/package=Rcpp ) [ ![ Downloads] ( http://cranlogs.r-pkg.org/badges/Rcpp?color=brightgreen )] ( http://www.r-pkg.org/pkg/Rcpp )
1+ ## Rcpp [ ![ Build Status] ( https://travis-ci.org/RcppCore/Rcpp.svg )] ( https://travis-ci.org/RcppCore/Rcpp ) [ ![ License] ( http://img.shields.io/badge/license-GPL%20%28%3E=%202%29-brightgreen.svg?style=flat )] ( http://www.gnu.org/licenses/gpl-2.0.html ) [ ![ CRAN] ( http://www.r-pkg.org/badges/version/Rcpp )] ( https://cran.r-project.org/package=Rcpp ) [ ![ Downloads] ( http://cranlogs.r-pkg.org/badges/Rcpp?color=brightgreen )] ( http://www.r-pkg.org/pkg/Rcpp ) [ ![ Coverage Status ] ( https://img.shields.io/codecov/c/github/RcppCore/Rcpp/master.svg )] ( https://codecov.io/github/RcppCore/Rcpp?branch=master )
22
33### Seamless R and C++ Integration
44
You can’t perform that action at this time.
0 commit comments