Skip to content

Commit

Permalink
Updating codecov file
Browse files Browse the repository at this point in the history
  • Loading branch information
kigster committed Jun 30, 2024
1 parent 768d459 commit 03a607c
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
comment:
layout: "reach,diff,flags,tree,betaprofiling"
show_critical_paths: true
codecov:
ci:
- "github.com"
max_report_age: 24
disable_default_path_fixes: no
require_ci_to_pass: yes
notify:
after_n_builds: 1
wait_for_ci: yes

github_checks:
annotations: true

coverage:
range: 50..75
round: down
precision: 2
status:
patch: false
project:
default: # This can be anything, but it needs to exist as the name
puma-daemon: # This can be anything, but it needs to exist as the name
# basic settings
target: auto
target: 80%
threshold: 5%
base: auto
if_ci_failed: error #success, failure, error, ignore
if_ci_failed: ignore #success, failure, error, ignore
only_pulls: false
flags:
- rspecs
Expand Down

0 comments on commit 03a607c

Please sign in to comment.