Skip to content

Commit

Permalink
feat: add codecov config
Browse files Browse the repository at this point in the history
  • Loading branch information
r3nic1e committed Aug 4, 2022
1 parent ee45552 commit 24cca8c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
codecov:
require_ci_to_pass: true

coverage:
precision: 2
round: down
range: "30...100"

status:
project:
default:
informational: true # do not fail check
only_pulls: true
patch: false

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

comment:
layout: "reach,diff,flags,files,footer"
behavior: default
require_changes: false

0 comments on commit 24cca8c

Please sign in to comment.