浏览代码

Add .codecov.yml with checks disabled (#30666)

* Add .codecov.yml with checks disabled

* Trigger test-coverage.sh...
Ryo Onodera 2 年之前
父节点
当前提交
0b9c040fcf
共有 2 个文件被更改,包括 15 次插入1 次删除
  1. 14 0
      .codecov.yml
  2. 1 1
      runtime/src/bank.rs

+ 14 - 0
.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

+ 1 - 1
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: