TypeStat
TypeStat copied to clipboard
fix: add bin to package.json
PR Checklist
- [x] Addresses an existing open issue: fixes #1496
- [x] That issue was marked as
status: accepting prs - [x] Steps in CONTRIBUTING.md were taken :octocat:
Overview
I think it would be good idea to do alpha / experimental release after this to check that everything is correct :)
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.
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.
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.
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!
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
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. 🚀