Closed ebadiere closed 2 weeks ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
20 files - 3 256 suites - 46 34m 4s :stopwatch: +43s 604 tests + 3 597 :white_check_mark: + 9 4 :zzz: +1 3 :x: - 7 641 runs - 198 634 :white_check_mark: - 192 4 :zzz: +1 3 :x: - 7
For more details on these failures, see this check.
Results for commit d1109797. ± Comparison against base commit 1af16a2a.
:recycle: This comment has been updated with latest results.
Attention: Patch coverage is 85.71429%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 82.76%. Comparing base (
1af16a2
) to head (d110979
). Report is 14 commits behind head on release/0.59.
Files with missing lines | Patch % | Lines |
---|---|---|
...ay/src/lib/config/hbarSpendingPlanConfigService.ts | 84.61% | 1 Missing and 1 partial :warning: |
🚨 Try these New Features:
Cherry-pick. Added the ability to load spending plans from environment variable.
Issue: #3153
… (#3153)
feat: Added ability to load spening plans from environment variable.
feat: Now uses one property for either spending plan file or JSON content.
fix: removed .only
fix: Cleaned up file and env var evaluation.
fix: Flaky unit test fix.
feat: Refactored implementation and updated tests.
fix: Adding updated package-lock.json
fix: Updated global variable reference to the new HBAR_SPENDING_PLANS_CONFIG
fix: Test fix.
fix: Removed irrelevant test since we now use either env var or file for spending plan.
fix: Updated HBAR_SPENDING_PLANS_CONFIG from HBAR_SPENDING_PLANS_CONFIG_FILE
fix: Clean up. Updated logging and appropriate tests.
fix: Replaced the useInMemoryRedisServer with the start and stop redis in the before and after mocha functions.
fix: Test fix. Added the envName back to the loggerService test.
Update docs/configuration.md
fix: Added back file not found tests.
fix: Updated file name in
withOverriddenEnvsInMochaTest
with existing file.fix: Clear the spending plan repository in a test as in CI it seems to already be populated.
fix: Cleanup.
fix: Added more time for the HBar Rate Limiter to update expenses in the background.
chore: divided hbar limtier tests into different batches
fix: Removed the clearing of the spending plans.
chore: divided hbar limtier tests into different batches (#3181)
chore: divided hbar limtier tests into different batches
fix: fixed acceptance.yml
Update packages/relay/src/lib/config/hbarSpendingPlanConfigService.ts
fix: Restored class comments and corrected HBAR_SPENDING_PLAN_CONFIG.
test: fix hbarSpendingPlanConfigService.spec.ts
test: remove
.only
fromdescribe
test: disconnect redis client after tests with shared cache
Description:
Related issue(s):
Fixes #
Notes for reviewer:
Checklist