Skip to content

Commit

Permalink
Add .codecov.yml with checks disabled (solana-labs#30666)
Browse files Browse the repository at this point in the history
* Add .codecov.yml with checks disabled

* Trigger test-coverage.sh...
  • Loading branch information
ryoqun authored Mar 10, 2023
1 parent 04e52f5 commit 0b9c040
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion runtime/src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0b9c040

Please sign in to comment.