Skip to content

Commit

Permalink
adjusted covr yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyarz committed Oct 10, 2023
1 parent ff4bb34 commit 209aed4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: covr

- name: Install BayesianMCPMod
shell: bash
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
[![Linux](https://github.com/Boehringer-Ingelheim/BayesianMCPMod/actions/workflows/linux.yml/badge.svg?branch=main)](https://github.com/Boehringer-Ingelheim/BayesianMCPMod/actions/workflows/linux.yml)
[![Windows](https://github.com/Boehringer-Ingelheim/BayesianMCPMod/actions/workflows/windows.yml/badge.svg?branch=main)](https://github.com/Boehringer-Ingelheim/BayesianMCPMod/actions/workflows/windows.yml)
[![Macos](https://github.com/Boehringer-Ingelheim/BayesianMCPMod/actions/workflows/macos.yml/badge.svg?branch=main)](https://github.com/Boehringer-Ingelheim/BayesianMCPMod/actions/workflows/macos.yml)
[![R-CMD-check](https://github.com/Boehringer-Ingelheim/BayesianMCPMod/actions/workflows/check-package.yaml/badge.svg)](https://github.com/Boehringer-Ingelheim/BayesianMCPMod/actions/workflows/check-package.yaml)
[![Codecov test coverage](https://codecov.io/gh/Boehringer-Ingelheim/BayesianMCPMod/branch/main/graph/badge.svg)](https://codecov.io/gh/Boehringer-Ingelheim/BayesianMCPMod?branch=main)
<!-- badges: end -->

Expand Down

0 comments on commit 209aed4

Please sign in to comment.