Skip to content

Commit

Permalink
attempting to configure covr again
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismainey committed Jan 13, 2025
1 parent 4cdb3a4 commit b17342b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/covr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,9 @@ jobs:
- name: Test coverage
run: covr::codecov()
shell: Rscript {0}

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: Birmingham-and-Solihull-ICS/BSOLTheme
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<!-- badges: start -->
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![R-CMD-check](https://github.com/Birmingham-and-Solihull-ICS/BSOLTheme/workflows/R-CMD-check/badge.svg)](https://github.com/Birmingham-and-Solihull-ICS/BSOL/actions)
[![Codecov test coverage](https://codecov.io/gh/Birmingham-and-Solihull-ICS/BSOLTheme/graph/badge.svg)](https://app.codecov.io/gh/Birmingham-and-Solihull-ICS/BSOLTheme)
[![R-CMD-check](https://github.com/Birmingham-and-Solihull-ICS/BSOLTheme/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/Birmingham-and-Solihull-ICS/BSOLTheme/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
Expand Down

0 comments on commit b17342b

Please sign in to comment.