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

feat: [IOPID-2687] Offline wallet: no internet connection scenario #6767

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Merge branch 'master' into IOPID-2687-wallet-offline-no-connection

b48d0cf
Select commit
Loading
Failed to load commit list.
Open

feat: [IOPID-2687] Offline wallet: no internet connection scenario #6767

Merge branch 'master' into IOPID-2687-wallet-offline-no-connection
b48d0cf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 6, 2025 in 1s

50.96% (+0.00%) compared to 4653284

View this Pull Request on Codecov

50.96% (+0.00%) compared to 4653284

Details

Codecov Report

Attention: Patch coverage is 58.97436% with 16 lines in your changes missing coverage. Please review.

Project coverage is 50.96%. Comparing base (4653284) to head (b48d0cf).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...eatures/itwallet/wallet/utils/withOfflineAlert.tsx 0.00% 5 Missing ⚠️
ts/features/ingress/store/reducer/index.ts 0.00% 4 Missing ⚠️
ts/features/ingress/screens/IngressScreen.tsx 86.66% 2 Missing ⚠️
ts/navigation/AppStackNavigator.tsx 60.00% 2 Missing ⚠️
ts/features/ingress/store/selectors/index.ts 50.00% 1 Missing ⚠️
ts/navigation/OfflineStackNavigator.tsx 66.66% 1 Missing ⚠️
ts/sagas/startup.ts 50.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #6767   +/-   ##
=======================================
  Coverage   50.96%   50.96%           
=======================================
  Files        1578     1580    +2     
  Lines       32697    32726   +29     
  Branches     7366     7373    +7     
=======================================
+ Hits        16663    16679   +16     
- Misses      15987    16001   +14     
+ Partials       47       46    -1     
Files with missing lines Coverage Δ
ts/features/ingress/store/actions/index.ts 100.00% <100.00%> (ø)
...features/itwallet/navigation/ItwStackNavigator.tsx 29.41% <ø> (ø)
ts/screens/modal/IdentificationModal.tsx 39.24% <100.00%> (ø)
ts/store/reducers/startup.ts 73.91% <ø> (ø)
ts/features/ingress/store/selectors/index.ts 50.00% <50.00%> (ø)
ts/navigation/OfflineStackNavigator.tsx 66.66% <66.66%> (ø)
ts/sagas/startup.ts 35.00% <50.00%> (+0.16%) ⬆️
ts/features/ingress/screens/IngressScreen.tsx 94.11% <86.66%> (-2.55%) ⬇️
ts/navigation/AppStackNavigator.tsx 49.05% <60.00%> (+3.77%) ⬆️
ts/features/ingress/store/reducer/index.ts 53.84% <0.00%> (-46.16%) ⬇️
... and 1 more

... and 3 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4653284...b48d0cf. Read the comment docs.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.