Skip to content

Commit

Permalink
ci: add codecov.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kosukesaigusa committed Jan 3, 2024
1 parent 13a03d6 commit a94dcf0
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/.codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# To validate:
# cat codecov.yml | curl --data-binary @- https://codecov.io/validate

codecov:
notify:
require_ci_to_pass: yes

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

status:
project:
default:
target: auto
threshold: 0%
informational: true
patch:
default:
enabled: no
if_not_found: success

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

0 comments on commit a94dcf0

Please sign in to comment.