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

[cli] Refactor src/index to TypeScript #6602

Merged
merged 3 commits into from
Aug 27, 2021
Merged

Conversation

TooTallNate
Copy link
Member

Refactors the CLI entrypoint src/index.js to TypeScript.

@kodiakhq
Copy link
Contributor

kodiakhq bot commented Aug 24, 2021

This PR currently has a merge conflict. Please resolve this and then re-add the ['semver-major', 'semver-minor', 'semver-patch'] label.

@codecov
Copy link

codecov bot commented Aug 27, 2021

Codecov Report

Merging #6602 (29c5ac9) into main (f221f04) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #6602      +/-   ##
==========================================
- Coverage   12.53%   12.52%   -0.01%     
==========================================
  Files         265      265              
  Lines        9636     9642       +6     
  Branches     1725     1791      +66     
==========================================
  Hits         1208     1208              
- Misses       8330     8336       +6     
  Partials       98       98              
Impacted Files Coverage Δ
src/commands/alias/set.ts 0.00% <0.00%> (ø)
src/commands/deploy/index.ts 0.00% <0.00%> (ø)
src/util/link/setup-and-link.ts 0.00% <0.00%> (ø)
src/index.js
src/index.ts 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

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

@TooTallNate TooTallNate marked this pull request as ready for review August 27, 2021 19:44
@kodiakhq kodiakhq bot merged commit 676a3d2 into main Aug 27, 2021
@kodiakhq kodiakhq bot deleted the update/src-index-typescript branch August 27, 2021 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: cli semver: minor PR contains new features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants