Skip to content

Commit

Permalink
add codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ggonzalez94 committed Sep 19, 2024
1 parent c1698f3 commit e552905
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
comment:
layout: "diff, files, header, footer"
behavior: default

coverage:
# The value range where you want the value to be green
# Hold ourselves to a high bar.
range: 90..100
status:
project:
coverage:
# Use the coverage from the base commit (pull request base) coverage to compare against.
# Once we have a baseline we can be more strict.
target: auto
threshold: 2%
patch:
default:
# Require new code to have 90%+ coverage.
target: 90%
threshold: 2%

ignore:
- "**/tests/"

github_checks:
annotations: false

0 comments on commit e552905

Please sign in to comment.