Skip to content

Commit

Permalink
add codecov.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Young Bu Park <youngp@microsoft.com>
  • Loading branch information
Young Bu Park committed Mar 30, 2024
1 parent 36221b4 commit a00f9d1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
codecov:
require_ci_to_pass: yes

coverage:
precision: 2
round: down
range: "65...100"
status:
project:
default:
target: auto
threshold: 1%

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

ignore:
- "**/*mock*"
- "pkg/armrpc/rpctest/*"
- "pkg/datamodel/*.go"
- "**/zz_*"

0 comments on commit a00f9d1

Please sign in to comment.