Skip to content

Commit

Permalink
Create codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLT committed Mar 11, 2024
1 parent 546a9a5 commit 5d4afd0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
codecov:
require_ci_to_pass: yes

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

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

ignore:
- "**/test.rs"
- "**/test/**/*.rs"

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

0 comments on commit 5d4afd0

Please sign in to comment.