Skip to content

Commit

Permalink
chore: Add codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Dec 14, 2020
1 parent 56d0a3b commit 3514e4e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 13 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3514e4e

Please sign in to comment.