Skip to content

Commit

Permalink
chore: coverage config
Browse files Browse the repository at this point in the history
  • Loading branch information
nank1ro committed Jan 28, 2025
1 parent 292b53e commit d8362e5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions codecov.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
codecov:
require_ci_to_pass: true

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

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

# excluding examples from the coverage report
ignore:
- "**/example/"
- "examples"

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

0 comments on commit d8362e5

Please sign in to comment.