-
-
Notifications
You must be signed in to change notification settings - Fork 272
fix(cli): move cli script to typescript #2852
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
Conversation
|
|
🦋 Changeset detectedLatest commit: 0d32e7b The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| import { getSpecsPath } from '../../utils'; | ||
| // @ts-ignore | ||
| import { myClientPlugin } from './custom/client/plugin'; | ||
| import { myClientPlugin } from '../packages/openapi-ts-tests/main/test/custom/client/plugin'; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2852 +/- ##
==========================================
+ Coverage 30.36% 30.59% +0.22%
==========================================
Files 485 488 +3
Lines 39803 39938 +135
Branches 2413 2442 +29
==========================================
+ Hits 12088 12219 +131
- Misses 27684 27685 +1
- Partials 31 34 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
commit: |
No description provided.