Skip to content

Commit

Permalink
Merge branch 'main' into enable-logs-ff
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb authored May 29, 2021
2 parents 8df3337 + 33c6f6d commit f36d751
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/.codecov.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
codecov:
require_ci_to_pass: yes
require_ci_to_pass: false
max_report_age: off

coverage:
precision: 2
round: down
round: up
range: "80...100"
status:
patch: off
project:
default:
informational: true
target: auto
threshold: 10%
patch:
default:
informational: true
target: auto
threshold: 10%

parsers:
gcov:
Expand All @@ -20,7 +29,7 @@ parsers:
comment:
layout: "reach,diff,flags,tree"
behavior: default
require_changes: no
require_changes: false

# Relative file path fixing.
# CI file paths must match Git file paths.
Expand Down

0 comments on commit f36d751

Please sign in to comment.