We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e52f5 commit 0b9c040Copy full SHA for 0b9c040
.codecov.yml
@@ -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
@@ -13,7 +13,7 @@
//!
//! The bank then stores the results to the accounts store.
15
16
-//! 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.
17
//! See `get_signature_status` et al.
18
19
//! Bank lifecycle:
0 commit comments