Skip to content

Commit

Permalink
chore: Add codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicconike committed Jul 12, 2024
1 parent d22e120 commit d3162d2
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
coverage:
status:
project:
default:
target: 80%
threshold: 5%
high:
target: 90%
threshold: 5%
patch:
default:
target: 80%
threshold: 5%

comment:
layout: "reach, diff, flags, files"
behavior: default
require_changes: false
require_base: false
require_head: true

github_checks:
annotations: true

ignore:
- "tests/**/*"
- "assets/**/*"
- "templates/*"

flag_management:
default_rules:
carryforward: true

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

0 comments on commit d3162d2

Please sign in to comment.