diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000000..cdee638547 --- /dev/null +++ b/.codecov.yml @@ -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 diff --git a/runtime/src/bank.rs b/runtime/src/bank.rs index db61e8adeb..0fb53bfc14 100644 --- a/runtime/src/bank.rs +++ b/runtime/src/bank.rs @@ -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: