diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index e050312f..0ab748d6 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -34,15 +34,16 @@ jobs: clean = FALSE, install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package") ) + print(cov) covr::to_cobertura(cov) shell: Rscript {0} - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: # Fail if error if not on PR, or if on PR and token is given fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }} - file: ./cobertura.xml - plugin: noop + files: ./cobertura.xml + plugins: noop disable_search: true token: ${{ secrets.CODECOV_TOKEN }} diff --git a/README.Rmd b/README.Rmd index 4a568d73..f082cec2 100644 --- a/README.Rmd +++ b/README.Rmd @@ -16,7 +16,7 @@ knitr::opts_chunk$set( ``` -[![R-CMD-check](https://github.com/ropensci/BaseSet/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/BaseSet/actions/workflows/R-CMD-check.yaml) +[![R-CMD-check](https://github.com/ropensci/BaseSet/actions/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/BaseSet/actions/workflows/R-CMD-check) [![Codecov test coverage](https://codecov.io/gh/ropensci/BaseSet/graph/badge.svg)](https://app.codecov.io/gh/ropensci/BaseSet) [![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html#maturing) [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) diff --git a/README.md b/README.md index ce1497fe..7dd30911 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ + -[![R-CMD-check](https://github.com/ropensci/BaseSet/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/BaseSet/actions/workflows/R-CMD-check.yaml) +[![R-CMD-check](https://github.com/ropensci/BaseSet/actions/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/BaseSet/actions/workflows/R-CMD-check) [![Codecov test coverage](https://codecov.io/gh/ropensci/BaseSet/graph/badge.svg)](https://app.codecov.io/gh/ropensci/BaseSet) [![Lifecycle: diff --git a/_pkgdown.yml b/_pkgdown.yml index 1294c7eb..4724fe1c 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -2,6 +2,7 @@ url: https://docs.ropensci.org/BaseSet template: package: rotemplate + bootstrap: 5 development: mode: auto