forked from fleaflet/flutter_map
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: disable CodeCov coverage warnings in PR diff (fleaflet#1775)
- Loading branch information
Showing
1 changed file
with
8 additions
and
4 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,14 +1,18 @@ | ||
codecov: | ||
require_ci_to_pass: true | ||
|
||
coverage: | ||
status: | ||
project: | ||
default: | ||
# the required coverage value | ||
target: 0% | ||
threshold: 0% | ||
# the leniency in hitting the target | ||
threshold: 100% | ||
# completely disable coverage warnings and the status check for changes | ||
patch: off | ||
|
||
ignore: | ||
- "**/*.g.dart" | ||
- "example" | ||
- "benchmark" | ||
|
||
comment: false | ||
- "benchmark" |