Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Job output transform #548

Open
wants to merge 53 commits into
base: master
Choose a base branch
from

Fixing docstring, removing unused function

c017929
Select commit
Loading
Failed to load commit list.
Open

Job output transform #548

Fixing docstring, removing unused function
c017929
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 30, 2024 in 0s

87.04% (-0.04%) compared to 0cebfa0

View this Pull Request on Codecov

87.04% (-0.04%) compared to 0cebfa0

Details

Codecov Report

Attention: Patch coverage is 85.98266% with 97 lines in your changes missing coverage. Please review.

Project coverage is 87.04%. Comparing base (0cebfa0) to head (c017929).
Report is 81 commits behind head on master.

Files with missing lines Patch % Lines
weaver/transform/transform.py 81.12% 40 Missing and 17 partials ⚠️
weaver/transform/tiff.py 47.82% 21 Missing and 3 partials ⚠️
weaver/transform/png2svg.py 95.86% 3 Missing and 2 partials ⚠️
weaver/transform/utils.py 92.00% 2 Missing and 2 partials ⚠️
weaver/wps_restapi/jobs/jobs.py 89.47% 2 Missing and 2 partials ⚠️
weaver/datatype.py 89.28% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #548      +/-   ##
==========================================
- Coverage   87.07%   87.04%   -0.04%     
==========================================
  Files          80       84       +4     
  Lines       20472    21134     +662     
  Branches     2784     2898     +114     
==========================================
+ Hits        17827    18397     +570     
- Misses       1902     1970      +68     
- Partials      743      767      +24     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.