-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature/test-null-safety
- Loading branch information
Showing
3 changed files
with
35 additions
and
6 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,8 +1,37 @@ | ||
# see https://docs.codecov.io/docs/codecov-yaml | ||
# Validation check: | ||
# $ curl --data-binary @codecov.yml https://codecov.io/validate | ||
|
||
ignore: | ||
- "**/*.g.dart" | ||
- "!**/lib/**" # ignore all files outside of lib | ||
|
||
codecov: | ||
require_ci_to_pass: yes | ||
notify: | ||
wait_for_ci: yes | ||
|
||
coverage: | ||
precision: 0 # 2 = xx.xx%, 0 = xx% | ||
round: up # how coverage is rounded: down/up/nearest | ||
range: 40...100 # custom range of coverage colors from red -> yellow -> green | ||
status: | ||
project: | ||
default: | ||
informational: true | ||
target: 70% # specify the target coverage for each commit status | ||
threshold: 10% # allow this decrease on project | ||
if_ci_failed: error | ||
patch: | ||
default: | ||
informational: true | ||
threshold: 50% # allow this decrease on patch | ||
changes: false | ||
|
||
github_checks: | ||
annotations: false | ||
|
||
comment: | ||
layout: "diff, flags, files" | ||
behavior: default | ||
layout: header, diff | ||
require_changes: false | ||
require_base: false | ||
require_head: true | ||
behavior: default |
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 +1 @@ | ||
1.5.53+171 | ||
1.5.54+172 |
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