Skip to content

Commit

Permalink
add codecov configurations (milvus-io#208)
Browse files Browse the repository at this point in the history
Signed-off-by: Ji Bin <[email protected]>
  • Loading branch information
matrixji authored Dec 22, 2022
1 parent e515997 commit e9c5e1c
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Configuration for CodeCov
codecov:
require_ci_to_pass: no
notify:
require_ci_to_pass: no
wait_for_ci: false
coverage:
precision: 2
round: down
range: "90...100"

status:
project:
default:
target: 95%
threshold: 0%
patch:
default:
target: 80%
threshold: 0%
if_ci_failed: error

comment:
layout: "reach, diff, flags, files"
behavior: default
require_changes: false
branches:
- master

ignore:
- .git
- cmake
- doc
- examples
- scripts
- test
- thirdparty
- "**/*.txt"
- "**/*.md"
- "**/*.yml"
- "**/*.yaml"

0 comments on commit e9c5e1c

Please sign in to comment.