TypeStat icon indicating copy to clipboard operation
TypeStat copied to clipboard

fix: add bin to package.json

Open rubiesonthesky opened this issue 1 year ago • 5 comments

PR Checklist

Overview

I think it would be good idea to do alpha / experimental release after this to check that everything is correct :)

rubiesonthesky avatar Apr 01 '24 14:04 rubiesonthesky

Codecov Report

Attention: Patch coverage is 84.84848% with 5 lines in your changes missing coverage. Please review.

Project coverage is 80.27%. Comparing base (0d9c44e) to head (8c29200). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/options/findRawOptions.ts 16.66% 5 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1508      +/-   ##
==========================================
+ Coverage   80.25%   80.27%   +0.01%     
==========================================
  Files         172      172              
  Lines       10825    10846      +21     
  Branches     1040     1040              
==========================================
+ Hits         8688     8707      +19     
- Misses       2132     2134       +2     
  Partials        5        5              
Flag Coverage Δ
mutation 74.53% <0.00%> (-0.15%) :arrow_down:
unit 29.07% <84.84%> (+0.11%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Apr 04 '24 18:04 codecov[bot]

I changed build workflow so that it tries to run the cli. And now we can see that the cli is working in CI too.

rubiesonthesky avatar Apr 04 '24 21:04 rubiesonthesky

Coverage change is because the auto format changes due using default import. I guess I need to add prompt variable so the formatting does not need to change.

rubiesonthesky avatar Apr 04 '24 21:04 rubiesonthesky

I think it would be good idea to do alpha / experimental release after this to check that everything is correct :)

Agreed. I'm a bit swamped this week but will try to get through this and #1515 soon!

JoshuaKGoldberg avatar Apr 09 '24 14:04 JoshuaKGoldberg

Agreed. I'm a bit swamped this week but will try to get through this and #1515 soon!

No worries. To make checking this easier, this is how I tested locally (same as in the CI) :)

  • pnpm build
  • pnpm link .
  • pnpm typestat

rubiesonthesky avatar Apr 09 '24 15:04 rubiesonthesky

Given that 0.8.0 is broken and this PR's branch works for me, I'm just going to release this to the wild. 🚀

JoshuaKGoldberg avatar Nov 29 '24 21:11 JoshuaKGoldberg