Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: create e2e tests for basic spending plan limit #3079

Open
wants to merge 68 commits into
base: main
Choose a base branch
from

Fixes failing acceptance test

4e8124d
Select commit
Loading
Failed to load commit list.
Open

test: create e2e tests for basic spending plan limit #3079

Fixes failing acceptance test
4e8124d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 10, 2024 in 0s

84.55% (target 80.00%)

View this Pull Request on Codecov

84.55% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 94.11765% with 3 lines in your changes missing coverage. Please review.

Project coverage is 84.55%. Comparing base (4a69be9) to head (4e8124d).
Report is 11 commits behind head on main.

Files with missing lines Patch % Lines
packages/relay/src/lib/clients/sdkClient.ts 90.90% 1 Missing ⚠️
packages/relay/src/lib/constants.ts 66.66% 0 Missing and 1 partial ⚠️
packages/relay/src/lib/relay.ts 92.85% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3079      +/-   ##
==========================================
- Coverage   84.88%   84.55%   -0.33%     
==========================================
  Files          43       58      +15     
  Lines        3216     3886     +670     
  Branches      649      779     +130     
==========================================
+ Hits         2730     3286     +556     
- Misses        283      362      +79     
- Partials      203      238      +35     
Files with missing lines Coverage Δ
.../relay/src/lib/services/hapiService/hapiService.ts 80.00% <100.00%> (+2.22%) ⬆️
...s/relay/src/lib/services/hbarLimitService/index.ts 95.72% <100.00%> (-1.71%) ⬇️
...ay/src/lib/services/metricService/metricService.ts 92.68% <100.00%> (+0.18%) ⬆️
packages/relay/src/utils.ts 100.00% <100.00%> (ø)
packages/relay/src/lib/clients/sdkClient.ts 58.22% <90.90%> (-0.19%) ⬇️
packages/relay/src/lib/constants.ts 90.56% <66.66%> (-1.44%) ⬇️
packages/relay/src/lib/relay.ts 85.71% <92.85%> (+1.78%) ⬆️

... and 16 files with indirect coverage changes