Skip to content

Commit

Permalink
adding codecov.yml - carsonfarmer#28
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi committed May 28, 2024
1 parent d46826c commit 85db9db
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
codecov:
notify:
after_n_builds: 1
coverage:
range: 70..100
round: nearest
precision: 1
status:
project:
default:
threshold: 5%
patch:
default:
threshold: 20%
target: 60%
ignore:
- "tests/*"
comment:
layout: "reach, diff, files"
behavior: once
after_n_builds: 1
require_changes: true

0 comments on commit 85db9db

Please sign in to comment.