Skip to content

Commit 8f7ec95

Browse files
test: add codecov configuration (#51)
1 parent b3fed6d commit 8f7ec95

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# ContribKit for LizardByte
22

3-
## About
3+
[![GitHub Workflow Status (CI)](https://img.shields.io/github/actions/workflow/status/lizardbyte/contributors/_ci-node.yml.svg?branch=master&label=CI%20build&logo=github&style=for-the-badge)](https://github.com/LizardByte/contributors/actions/workflows/_ci_node.yml?query=branch%3Amaster)
4+
[![Codecov](https://img.shields.io/codecov/c/gh/LizardByte/contributors?token=OM7a9eaeAs&style=for-the-badge&logo=codecov&label=codecov)](https://codecov.io/gh/LizardByte/contributors)
45

56
This repository was generated from [sponsorkit-starter](https://github.com/Open-reSource/sponsorkit-starter)
67
and uses [ContribKit](https://github.com/LizardByte/contribkit/) toolkit for automatically generating contributor

codecov.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
codecov:
3+
branch: master
4+
5+
coverage:
6+
status:
7+
project:
8+
default:
9+
target: auto
10+
threshold: 10%
11+
12+
comment:
13+
layout: "diff, flags, files"
14+
behavior: default
15+
require_changes: false # if true: only post the comment if coverage changes
16+
17+
ignore:
18+
- "tests"
19+
- "third-party"

0 commit comments

Comments
 (0)