Closed ketan96-m closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 82.75%. Comparing base (
e681796
) to head (4c0a363
). Report is 15 commits behind head on 3.0_develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@gordonwatts Can you please review
Resolves #464
Bug:
The marching ants seems to take the first number back from SX and report that for the complete run (rather than updating):
Solution:
There was a bug in the implementation of the update code of progress bar. Fixed it to take the total files from the backend.
Added a test case for advancing the progress bar.