Add .codecov.yml with checks disabled (#30666)

* Add .codecov.yml with checks disabled

* Trigger test-coverage.sh...
This commit is contained in:
Ryo Onodera 2023-03-10 20:11:22 +09:00 committed by GitHub
parent 04e52f5475
commit 0b9c040fcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

14
.codecov.yml Normal file
View File

@ -0,0 +1,14 @@
comment:
behavior: default
layout: diff
require_changes: false
coverage:
precision: 1
range:
- 50.0
- 100.0
round: down
status:
patch: false
project: false
github_checks: false

View File

@ -13,7 +13,7 @@
//!
//! The bank then stores the results to the accounts store.
//!
//! It then has apis for retrieving if a transaction has been processed and it's status.
//! It then has APIs for retrieving if a transaction has been processed and it's status.
//! See `get_signature_status` et al.
//!
//! Bank lifecycle: