From a7ecef780c5f5eb14db90cb9537c404ea0e57cf0 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 30 Nov 2025 18:36:29 -0500 Subject: [PATCH] test: add codecov configuration --- README.md | 3 ++- codecov.yml | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 codecov.yml diff --git a/README.md b/README.md index e59397f..7b27047 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # ContribKit for LizardByte -## About +[![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) +[![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) This repository was generated from [sponsorkit-starter](https://github.com/Open-reSource/sponsorkit-starter) and uses [ContribKit](https://github.com/LizardByte/contribkit/) toolkit for automatically generating contributor diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..e9c9c87 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,19 @@ +--- +codecov: + branch: master + +coverage: + status: + project: + default: + target: auto + threshold: 10% + +comment: + layout: "diff, flags, files" + behavior: default + require_changes: false # if true: only post the comment if coverage changes + +ignore: + - "tests" + - "third-party"