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

chore: return types #1595

Merged
merged 2 commits into from
Dec 17, 2024
Merged

chore: return types #1595

merged 2 commits into from
Dec 17, 2024

Conversation

cmwylie19
Copy link
Collaborator

Description

Return types

Related Issue

Fixes #1553

Relates to #

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Other (security config, docs update, etc)

Checklist before merging

Signed-off-by: Case Wylie <[email protected]>
@cmwylie19 cmwylie19 requested a review from a team as a code owner December 17, 2024 17:43
Copy link

codecov bot commented Dec 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.09%. Comparing base (cc590bf) to head (2a096df).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1595   +/-   ##
=======================================
  Coverage   81.09%   81.09%           
=======================================
  Files          41       41           
  Lines        1947     1947           
  Branches      404      404           
=======================================
  Hits         1579     1579           
  Misses        366      366           
  Partials        2        2           
Files with missing lines Coverage Δ
src/cli/init/utils.ts 100.00% <100.00%> (ø)

@samayer12 samayer12 added this pull request to the merge queue Dec 17, 2024
Merged via the queue into main with commit 53e2ef9 Dec 17, 2024
48 checks passed
@samayer12 samayer12 deleted the 1553 branch December 17, 2024 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

return types on utils.ts, index.ts, format.ts, dev.ts, deploy.ts
2 participants