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

fix: Fix TS errors in core directory #7331

Merged
merged 17 commits into from
Oct 11, 2023
Merged

fix: Fix TS errors in core directory #7331

merged 17 commits into from
Oct 11, 2023

Conversation

Cal-L
Copy link
Contributor

@Cal-L Cal-L commented Sep 26, 2023

This PR resolves the rest of the pre-existing TS errors in the core directory. We also updated tsconfig.lint.json to prevent the introduction of new Typescript errors in core directory moving forward. Since tslint is enabled for the CI, all green tests should indicate that there are no longer TS errors in core.

Passing E2E smoke tests - https://app.bitrise.io/app/be69d4368ee7e86d/pipelines/3f6c04d9-961b-4827-adf3-ed3a93024613

@Cal-L Cal-L requested a review from a team as a code owner September 26, 2023 04:58
@github-actions
Copy link
Contributor

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

@Cal-L Cal-L added the needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) label Sep 26, 2023
@gauthierpetetin gauthierpetetin added in-progress and removed needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) labels Sep 26, 2023
@gauthierpetetin gauthierpetetin added needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) and removed in-progress labels Sep 26, 2023
@codecov-commenter
Copy link

codecov-commenter commented Sep 26, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (033d964) 34.59% compared to head (c70ef4e) 34.60%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7331   +/-   ##
=======================================
  Coverage   34.59%   34.60%           
=======================================
  Files        1019     1019           
  Lines       27192    27193    +1     
  Branches     2212     2212           
=======================================
+ Hits         9408     9409    +1     
  Misses      17296    17296           
  Partials      488      488           
Files Coverage Δ
app/constants/network.js 100.00% <100.00%> (ø)
app/core/AppConstants.ts 80.00% <ø> (ø)
app/core/GasPolling/GasPolling.ts 90.90% <ø> (ø)
app/core/SDKConnect/SDKConnect.ts 1.88% <ø> (ø)
app/util/general/index.js 67.44% <ø> (ø)
app/util/transactions/index.js 69.43% <100.00%> (+0.09%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

MarioAslau
MarioAslau previously approved these changes Sep 27, 2023
Copy link
Contributor

@MarioAslau MarioAslau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@Cal-L
Copy link
Contributor Author

Cal-L commented Oct 10, 2023

@sonarcloud
Copy link

sonarcloud bot commented Oct 10, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

80.0% 80.0% Coverage
0.0% 0.0% Duplication

@Cal-L Cal-L added the No QA Needed/E2E Only Apply this label when your PR does not need any QA effort. label Oct 10, 2023
@Cal-L Cal-L removed the needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) label Oct 11, 2023
@Cal-L Cal-L merged commit 982a509 into main Oct 11, 2023
26 checks passed
@Cal-L Cal-L deleted the fix/6949-ts-errors-in-core branch October 11, 2023 16:27
@github-actions github-actions bot locked and limited conversation to collaborators Oct 11, 2023
@gauthierpetetin gauthierpetetin added team-mobile-platform team-mobile-ux DEPRECATED: please use "team-wallet-ux" label instead labels Feb 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
No QA Needed/E2E Only Apply this label when your PR does not need any QA effort. release-7.10.0 team-mobile-platform team-mobile-ux DEPRECATED: please use "team-wallet-ux" label instead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants