1
0
mirror of https://github.com/orhun/kmon synced 2024-06-29 06:24:54 +00:00

chore: Add codecov.yml

This commit is contained in:
orhun 2020-12-14 22:39:47 +03:00
parent 56d0a3b736
commit 3514e4ef0a
No known key found for this signature in database
GPG Key ID: B928720AEC532117
2 changed files with 16 additions and 0 deletions

View File

@ -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

13
codecov.yml Normal file
View File

@ -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