Browse Source
codecov: validate codecov.yml (#5699)
## Description
_Please add a description of the changes that this PR introduces and the files that
are the most critical to review._
Closes: #XXX
pull/5701/head
Marko
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
.github/codecov.yml
|
|
@ -2,9 +2,6 @@ coverage: |
|
|
|
precision: 2 |
|
|
|
round: down |
|
|
|
range: "70...100" |
|
|
|
github_checks: |
|
|
|
annotations: false |
|
|
|
|
|
|
|
status: |
|
|
|
project: |
|
|
|
default: |
|
|
@ -12,6 +9,9 @@ coverage: |
|
|
|
patch: on |
|
|
|
changes: off |
|
|
|
|
|
|
|
github_checks: |
|
|
|
annotations: false |
|
|
|
|
|
|
|
comment: |
|
|
|
layout: "diff, files" |
|
|
|
behavior: default |
|
|
|