WorldWideTelescope / toasty

Break large images into "tile pyramids", with a focus on the all-sky TOAST format.
https://toasty.readthedocs.io/
MIT License
0 stars 4 forks source link

pipeline: add ignore-rejects command #51

Closed pkgw closed 3 years ago

pkgw commented 3 years ago

We had a mechanism to have certain images be marked as ignored, but there wasn't a way for users to do any marking! This new command can mark all rejected images to be ignored in the future.

codecov[bot] commented 3 years ago

Codecov Report

Merging #51 (9e7fa63) into master (19a082d) will decrease coverage by 0.01%. The diff coverage is 77.27%.

:exclamation: Current head 9e7fa63 differs from pull request most recent head 72f1172. Consider uploading reports for the commit 72f1172 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
- Coverage   74.18%   74.17%   -0.02%     
==========================================
  Files          20       20              
  Lines        2452     2470      +18     
==========================================
+ Hits         1819     1832      +13     
- Misses        633      638       +5     
Impacted Files Coverage Δ
toasty/pipeline/__init__.py 88.26% <58.33%> (-2.16%) :arrow_down:
toasty/pipeline/cli.py 82.51% <100.00%> (+0.59%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 19a082d...72f1172. Read the comment docs.