-
Notifications
You must be signed in to change notification settings - Fork 11
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
refactor: subject comments #845
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #845 +/- ##
==========================================
- Coverage 69.14% 68.93% -0.22%
==========================================
Files 98 107 +9
Lines 15242 16123 +881
Branches 799 858 +59
==========================================
+ Hits 10539 11114 +575
- Misses 4694 5001 +307
+ Partials 9 8 -1 ☔ View full report in Codecov by Sentry. |
package.json
Outdated
@@ -19,6 +19,7 @@ | |||
"start": "nodemon ./bin/main.ts", | |||
"start-cron": "nodemon ./bin/cron.ts", | |||
"test": "vitest --run", | |||
"test-update": "vitest --update", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pnpm run test -u
不就行嘛
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
倒也是……
把 #831 里面跟 blog 无关的内容拆过来了