-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Completely remove experimental GRPC module #3530
Conversation
44bbbd4
to
f048a27
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3530 +/- ##
==========================================
+ Coverage 73.62% 73.64% +0.02%
==========================================
Files 277 277
Lines 20243 20240 -3
==========================================
+ Hits 14904 14906 +2
+ Misses 4394 4390 -4
+ Partials 945 944 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
f048a27
to
4da2f65
Compare
Co-authored-by: Ivan <2103732+codebien@users.noreply.github.com>
What?
This change completely removes the experimental GRPC module, as it was announced in #3490
Why?
The same functionality is in k6-core, and we waited for several releases.
Checklist
make lint
) and all checks pass.make tests
) and all tests pass.Related PR(s)/Issue(s)
#3490