Skip to content

Commit

Permalink
ci: add codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibb committed Aug 16, 2024
1 parent 3e2d31f commit 07f0eaf
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
^manifest\.scm$
^\.editorconfig$
^\.github$
^codecov\.yml$
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: [main, master]

name: test-coverage
name: test-coverage.yaml

permissions: read-all

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![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)
[![license](https://img.shields.io/badge/license-GPL%20%28%3E=%203%29-brightgreen.svg?style=flat)](https://www.gnu.org/licenses/gpl-3.0.html)
[![R-CMD-check](https://github.com/umg-minai/minair/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/umg-minai/minair/actions/workflows/R-CMD-check.yaml)
[![codecov.io](https://img.shields.io/codecov/c/github/umg-minai/minair.svg?branch=main)](https://codecov.io/github/umg-minai/minair/?branch=main)
[![Codecov test coverage](https://codecov.io/gh/umg-minai/minair/branch/main/graph/badge.svg)](https://app.codecov.io/gh/umg-minai/minair?branch=main)
<!-- badges: end -->

R utilities and functions used in the Medizinische Informatik working group at the Klinik für Anästhesie, Universitätsmedizin Greifswald.
Expand Down
14 changes: 14 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
comment: false

coverage:
status:
project:
default:
target: auto
threshold: 1%
informational: true
patch:
default:
target: auto
threshold: 1%
informational: true

0 comments on commit 07f0eaf

Please sign in to comment.