Closed okolo closed 10 months ago
Attention: 7 lines
in your changes are missing coverage. Please review.
Comparison is base (
f8ce41a
) 57.18% compared to head (a13948d
) 57.70%.
Files | Patch % | Lines |
---|---|---|
oda_api/api.py | 85.71% | 4 Missing :warning: |
tests/test_progress_report.py | 90.00% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Is it also possible to add a test?
Please add docs too, @okolo . See where they appear for this PR .
Should an instance of the
ProgressReporter
be a member of anyDispatcherAPI
object?I think it would be more clean and transparent
Because it's a different way to access dispatcher, it may be a separate class.
Progress reporter API was added