Skip to content

Commit 3207c68

Browse files
authored
chore: increase codecov coverage thresholds (hiero-ledger#1191)
Signed-off-by: nagaraju504 <[email protected]> Co-authored-by: nagaraju504 <[email protected]>
1 parent 38b7ac7 commit 3207c68

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
6060
- Added prompt for codeRabbit on how to review /examples ([#1180](https://github.com/hiero-ledger/hiero-sdk-python/issues/1180))
6161

6262
### Changed
63+
- Updated Codecov coverage thresholds in 'codecov.yml' to require 90% of project coverage and 92% of patch coverage (#1157)
6364
- Reduce office-hours reminder spam by posting only on each user's most recent open PR, grouping by author and sorting by creation time (#1121)
6465
- Pylint cleanup for token_airdrop_transaction_cancel.py (#1081) [@tiya-15](https://github.com/tiya-15)
6566
- Move `account_allowance_delete_transaction_hbar.py` from `examples/` to `examples/account/` for better organization (#1003)

codecov.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# codecov.yml
22
coverage:
3-
status:
4-
project:
5-
default:
6-
target: 70%
7-
patch:
8-
default:
9-
target: 80%
10-
threshold: 1%
3+
status:
4+
project:
5+
default:
6+
target: 90%
7+
threshold: 1%
8+
patch:
9+
default:
10+
target: 92%
11+
threshold: 2%
1112

1213
comment:
13-
layout: "reach, diff, flags"
14+
layout: "reach, diff, flags"

0 commit comments

Comments
 (0)