-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
65fad09
commit 753ab8e
Showing
1 changed file
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,20 @@ | ||
# codecov.yml | ||
|
||
# Comment settings | ||
comment: | ||
layout: "reach, diff, flags, files" | ||
behavior: default # Shows the comment only on the first push of a pull request | ||
require_changes: true # Only comment if there are coverage changes | ||
|
||
# Coverage status checks | ||
coverage: | ||
status: | ||
project: | ||
default: | ||
threshold: 15 | ||
patch: off | ||
target: auto # Automatically adjust coverage goal | ||
threshold: 1% # Fail PRs that reduce coverage by more than 1% | ||
patch: | ||
default: | ||
target: auto | ||
threshold: 1% | ||
|