Open dnearing opened 3 months ago
Attention: Patch coverage is 60.86957%
with 9 lines
in your changes missing coverage. Please review.
Project coverage is 20.00%. Comparing base (
d9be32a
) to head (2714495
).
Files with missing lines | Patch % | Lines |
---|---|---|
mkidpipeline/steps/lincal.py | 20.00% | 4 Missing :warning: |
mkidpipeline/steps/wavecal.py | 20.00% | 4 Missing :warning: |
tests/test_tqdm.py | 90.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Replaces progressbar used in lincal and wavecal steps with tqdm. Closes issue #94. Also partly closes issue #97. (#97 is also closed by my pull request on mkidcore side). Also a small edit to .github/workflows/main.yaml to close issue #121.