Skip to content

Commit 88537c0

Browse files
committed
Update codecov infrastructure
1 parent 42d915d commit 88537c0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- badges: start -->
44
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
55
[![R-CMD-check](https://github.com/aberHRML/assignments/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/aberHRML/assignments/actions/workflows/R-CMD-check.yaml)
6-
[![Coverage Status](https://img.shields.io/codecov/c/github/aberHRML/assignments/master.svg)](https://codecov.io/github/aberHRML/assignments?branch=master)
6+
[![Codecov test coverage](https://codecov.io/gh/aberHRML/assignments/branch/master/graph/badge.svg)](https://app.codecov.io/gh/aberHRML/assignments?branch=master)
77
[![license](https://img.shields.io/badge/license-GNU%20GPL%20v3.0-blue.svg)](https://github.com/aberHRML/assignments/blob/master/DESCRIPTION)
88
[![GitHub release](https://img.shields.io/github/release/aberHRML/assignments.svg)](https://GitHub.com/aberHRML/assignments/releases/)
99
<!-- badges: end -->

codecov.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
11
comment: false
2+
3+
coverage:
4+
status:
5+
project:
6+
default:
7+
target: auto
8+
threshold: 1%
9+
informational: true
10+
patch:
11+
default:
12+
target: auto
13+
threshold: 1%
14+
informational: true

0 commit comments

Comments
 (0)