* Add .codecov.yml with checks disabled * Trigger test-coverage.sh...
@@ -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: