-
Notifications
You must be signed in to change notification settings - Fork 323
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
fix error when using pubsub while plugin is disabled #2966
Conversation
Overall package sizeSelf size: 4.01 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report
@@ Coverage Diff @@
## master #2966 +/- ##
==========================================
- Coverage 87.64% 87.63% -0.01%
==========================================
Files 327 329 +2
Lines 11746 11747 +1
Branches 33 33
==========================================
Hits 10295 10295
- Misses 1451 1452 +1
... and 6 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
The failing system test is unrelated to this PR. |
What does this PR do?
Fix error when using pubsub while plugin is disabled.
Motivation
Fix #2962