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

Add typecheck for typescript on lint/web #5073

Merged
merged 1 commit into from
Jul 25, 2024
Merged

Conversation

ffjlabo
Copy link
Member

@ffjlabo ffjlabo commented Jul 25, 2024

What this PR does / why we need it:

Add typecheck for typescript on lint/web to check the type error.

"typecheck": "tsc --noEmit"

We should notice and fix it in the PR phase. So I added it on the lint phase.

Which issue(s) this PR fixes:

Refs

Does this PR introduce a user-facing change?:

  • How are users affected by this change:
  • Is this breaking change:
  • How to migrate (if breaking change):

Signed-off-by: Yoshiki Fujikane <[email protected]>
Copy link

codecov bot commented Jul 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 22.79%. Comparing base (b9ffb09) to head (3f9b22a).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5073      +/-   ##
==========================================
- Coverage   22.80%   22.79%   -0.01%     
==========================================
  Files         410      410              
  Lines       43382    43382              
==========================================
- Hits         9895     9891       -4     
- Misses      32709    32712       +3     
- Partials      778      779       +1     

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

Copy link
Member

@khanhtc1202 khanhtc1202 left a comment

Choose a reason for hiding this comment

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

39

@khanhtc1202 khanhtc1202 merged commit 5dc4ee3 into master Jul 25, 2024
18 checks passed
@khanhtc1202 khanhtc1202 deleted the add-typecheck-on-lint branch July 25, 2024 11:51
@github-actions github-actions bot mentioned this pull request Jul 29, 2024
t-kikuc pushed a commit that referenced this pull request Jul 29, 2024
Signed-off-by: Yoshiki Fujikane <[email protected]>
Signed-off-by: t-kikuc <[email protected]>
This was referenced Aug 13, 2024
@github-actions github-actions bot mentioned this pull request Aug 26, 2024
This was referenced Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants