forked from risingwavelabs/risingwave
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
23 lines (23 loc) · 847 Bytes
/
codecov.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# codecov config
# Reference: https://docs.codecov.com/docs/codecovyml-reference
# Tips. You may run following command to validate before committing any changes
# curl --data-binary @codecov.yml https://codecov.io/validate
coverage:
status:
patch: off # disable patch status
project:
default: false # disable the default status that measures entire project
rust:
only_pulls: true # no status will be posted for commits not on a pull request
paths:
- "src/"
target: auto # compared with the coverage from the base commit
threshold: 0.1% # allow the coverage to drop by 0.1% and posting a success status
codecov:
allow_coverage_offsets: true
ignore:
- "src/risedevtooltool"
- "src/bench/s3_bench"
# Remove this after #4754
- "src/storage/src/hummock/store"
comment: false