Closed randomir closed 2 months ago
Attention: Patch coverage is 90.00000%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 88.89%. Comparing base (
5597ff0
) to head (b684ac9
). Report is 4 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
dwave/cloud/events.py | 90.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
100 us -> 3 us
for function calls that dispatch events, in the nominal case when no event handlers are registered. Currently we only register event handlers indwave-inspector
.