From c0e278282e02ed2b77c5c5b6a71f0970896f9291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Gavidia-Calder=C3=B3n?= Date: Mon, 6 Mar 2023 21:45:17 -0300 Subject: [PATCH] fix: error in codecov.yml --- README.md | 2 +- codecov.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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()'