File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed
Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 11# codecov.yml
22coverage :
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
1213comment :
13- layout : " reach, diff, flags"
14+ layout : " reach, diff, flags"
You can’t perform that action at this time.
0 commit comments