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