diff --git a/README.md b/README.md index a711d8e..3c0481e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # qualR: An R package to download São Paulo and Rio de Janeiro air pollution data - [![R-CMD-check](https://github.com/ropensci/qualR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/qualR/actions/workflows/R-CMD-check.yaml)[![Coverage Status](https://img.shields.io/codecov/c/github/quishqa/qualR/master.svg)](https://codecov.io/github/quishqa/qualR?branch=master) [![](https://badges.ropensci.org/474_status.svg)](https://github.com/ropensci/software-review/issues/474) [![DOI](https://zenodo.org/badge/267442363.svg)](https://zenodo.org/badge/latestdoi/267442363) [![CodeFactor](https://www.codefactor.io/repository/github/ropensci/qualr/badge)](https://www.codefactor.io/repository/github/ropensci/qualr) + [![R-CMD-check](https://github.com/ropensci/qualR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/qualR/actions/workflows/R-CMD-check.yaml) [![Coverage Status](https://img.shields.io/codecov/c/github/quishqa/qualR/master.svg)](https://codecov.io/github/quishqa/qualR?branch=master) [![](https://badges.ropensci.org/474_status.svg)](https://github.com/ropensci/software-review/issues/474) [![DOI](https://zenodo.org/badge/267442363.svg)](https://zenodo.org/badge/latestdoi/267442363) [![CodeFactor](https://www.codefactor.io/repository/github/ropensci/qualr/badge)](https://www.codefactor.io/repository/github/ropensci/qualr) diff --git a/codecov.yml b/codecov.yml index 048d82c..299b50c 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,9 +1,10 @@ comment: false -
language: R
-sudo: false
-cache: packages
-after_success:
+language: R +sudo: false +cache: packages +after_success: +- Rscript -e 'covr::codecov()' coverage: status: @@ -18,4 +19,3 @@ coverage: threshold: 1% informational: true -- Rscript -e 'covr::codecov()'