Add .codecov.yml with checks disabled (#30666)
* Add .codecov.yml with checks disabled * Trigger test-coverage.sh...
This commit is contained in:
parent
04e52f5475
commit
0b9c040fcf
|
@ -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
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue