Skip to content

Commit 0b9c040

Browse files
authored
Add .codecov.yml with checks disabled (solana-labs#30666)
* Add .codecov.yml with checks disabled * Trigger test-coverage.sh...
1 parent 04e52f5 commit 0b9c040

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.codecov.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
comment:
2+
behavior: default
3+
layout: diff
4+
require_changes: false
5+
coverage:
6+
precision: 1
7+
range:
8+
- 50.0
9+
- 100.0
10+
round: down
11+
status:
12+
patch: false
13+
project: false
14+
github_checks: false

runtime/src/bank.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//!
1414
//! The bank then stores the results to the accounts store.
1515
//!
16-
//! It then has apis for retrieving if a transaction has been processed and it's status.
16+
//! It then has APIs for retrieving if a transaction has been processed and it's status.
1717
//! See `get_signature_status` et al.
1818
//!
1919
//! Bank lifecycle:

0 commit comments

Comments
 (0)