From 3514e4ef0a019b26e854ded2d3ab878379637cbc Mon Sep 17 00:00:00 2001 From: orhun Date: Mon, 14 Dec 2020 22:39:47 +0300 Subject: [PATCH] chore: Add codecov.yml --- CHANGELOG.md | 3 +++ codecov.yml | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 codecov.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index ae020a5..ad7943f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +- Add codecov.yml + ### Changed - Update kmon.8 to include string "kmod" ([#24](https://github.com/orhun/kmon/issues/24)) - Update Cargo.toml about project details diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..bd9688d --- /dev/null +++ b/codecov.yml @@ -0,0 +1,13 @@ +coverage: + range: 65..85 + round: up + precision: 2 + status: + project: + default: + target: auto + threshold: 5% + branches: + - master + if_ci_failed: error + patch: off