Skip to content

Commit

Permalink
appease codecov gods
Browse files Browse the repository at this point in the history
  • Loading branch information
esteinig committed Mar 23, 2022
1 parent f8ade7c commit b5469d5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions codecov.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
codecov:
require_ci_to_pass: true # Should Codecov wait for all other statues to pass before sending it's status.

coverage:
precision: 2
round: up
range: "75...100" # The value range where you want the value to be green

parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no

comment:
layout: "reach, diff, flags, files"
behavior: default
require_changes: false # if true: only post the comment if coverage changes
require_base: no # [yes :: must have a base report to post]
require_head: yes # [yes :: must have a head report to post]
branches: # branch names that can post comment
- "main"

0 comments on commit b5469d5

Please sign in to comment.