Skip to content

Commit

Permalink
Create codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziqi-Li authored Nov 10, 2021
1 parent 47af2ac commit 160a0fb
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: 7
coverage:
range: 50..95
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: 7
require_changes: true

0 comments on commit 160a0fb

Please sign in to comment.