-
Notifications
You must be signed in to change notification settings - Fork 138
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
Update workflow integration tests to use API and run in parallel #2896
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop/v0.5 #2896 +/- ##
===============================================
Coverage ? 31.83%
===============================================
Files ? 357
Lines ? 41482
Branches ? 0
===============================================
Hits ? 13204
Misses ? 26733
Partials ? 1545 ☔ View full report in Codecov by Sentry. |
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
I can't figure out why the linter is complaining about unused functions when they are all used |
it's probably because they live in files that are not That's my hunch anyways. The linter is set to ignore lint errors in _test files (maybe this is a bad move on our part). So it is seeing those functions as being unused. |
No description provided.