Skip to content

Commit

Permalink
chore: add codecov config (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed Nov 9, 2023
1 parent 51059f8 commit 501a8a9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# codecov config
coverage:
status:
project:
default:
threshold: 1%
patch: off
ignore:
- "**/error*.rs" # ignore all error.rs files
comment: # this is a top-level key
layout: "diff"

0 comments on commit 501a8a9

Please sign in to comment.