diff --git a/.codecov.yml b/.codecov.yml index 6df3786197..b97039e8b6 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -7,13 +7,13 @@ comment: show_carryforward_flags: false coverage: - range: "60..80" + range: "70..85" precision: 1 round: nearest status: project: default: - target: 60% + target: 75% threshold: 2% patch: default: diff --git a/README.md b/README.md index cc002a2dd8..0315c37428 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![codecov](https://codecov.io/gh/XRPLF/rippled/graph/badge.svg?token=WyFr5ajq3O)](https://codecov.io/gh/XRPLF/rippled) + # The XRP Ledger The [XRP Ledger](https://xrpl.org/) is a decentralized cryptographic ledger powered by a network of peer-to-peer nodes. The XRP Ledger uses a novel Byzantine Fault Tolerant consensus algorithm to settle and record transactions in a secure distributed database without a central operator.