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

implement part 4 job management - job creation and results trigger #742

Merged
merged 35 commits into from
Nov 13, 2024

Update references.rst adding published HTML draft for OAP Part 4

0f61ab2
Select commit
Loading
Failed to load commit list.
Merged

implement part 4 job management - job creation and results trigger #742

Update references.rst adding published HTML draft for OAP Part 4
0f61ab2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 5, 2024 in 1s

87.07% (+0.67%) compared to c121f8d

View this Pull Request on Codecov

87.07% (+0.67%) compared to c121f8d

Details

Codecov Report

Attention: Patch coverage is 92.42424% with 45 lines in your changes missing coverage. Please review.

Project coverage is 87.07%. Comparing base (c121f8d) to head (0f61ab2).

Files with missing lines Patch % Lines
weaver/processes/execution.py 88.88% 10 Missing and 6 partials ⚠️
weaver/processes/utils.py 62.50% 7 Missing and 2 partials ⚠️
weaver/wps_restapi/jobs/jobs.py 92.00% 3 Missing and 3 partials ⚠️
weaver/wps_restapi/jobs/utils.py 91.66% 2 Missing and 3 partials ⚠️
weaver/datatype.py 94.28% 1 Missing and 1 partial ⚠️
weaver/status.py 95.12% 0 Missing and 2 partials ⚠️
weaver/wps_restapi/api.py 60.00% 1 Missing and 1 partial ⚠️
weaver/wps_restapi/patches.py 88.23% 1 Missing and 1 partial ⚠️
weaver/execute.py 95.65% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #742      +/-   ##
==========================================
+ Coverage   86.39%   87.07%   +0.67%     
==========================================
  Files          80       80              
  Lines       19988    20395     +407     
  Branches     2707     2774      +67     
==========================================
+ Hits        17269    17758     +489     
+ Misses       1978     1900      -78     
+ Partials      741      737       -4     

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