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

support execution collection input #685

Merged
merged 42 commits into from
Sep 4, 2024
Merged

support execution collection input #685

merged 42 commits into from
Sep 4, 2024

Conversation

fmigneault
Copy link
Collaborator

@fmigneault fmigneault commented Jul 16, 2024

To Do

References

@fmigneault fmigneault self-assigned this Jul 16, 2024
@github-actions github-actions bot added ci/doc Issue related to documentation of the package ci/operations Related to CI operations (actions, execution, install, builds, etc.) feature/oas Issues related to OpenAPI specifications. process/wps3 Issue related to WPS 3.x (REST-JSON) processes support labels Jul 16, 2024
@github-actions github-actions bot added ci/tests Tests of the package and features process/builtin Issue related to builtin application processes labels Jul 18, 2024
@github-actions github-actions bot added the feature/job Issues related to job execution, reporting and logging. label Aug 21, 2024
@github-actions github-actions bot added the feature/db Related to database or datatype manipulation. label Aug 23, 2024
Copy link

codecov bot commented Aug 30, 2024

Codecov Report

Attention: Patch coverage is 79.94792% with 77 lines in your changes missing coverage. Please review.

Project coverage is 85.82%. Comparing base (f1d0463) to head (03f34ee).
Report is 52 commits behind head on master.

Files with missing lines Patch % Lines
weaver/processes/builtin/collection_processor.py 52.38% 61 Missing and 9 partials ⚠️
weaver/utils.py 87.50% 1 Missing and 2 partials ⚠️
weaver/datatype.py 95.23% 0 Missing and 1 partial ⚠️
weaver/formats.py 97.87% 0 Missing and 1 partial ⚠️
weaver/processes/builtin/file2string_array.py 0.00% 1 Missing ⚠️
weaver/wps_restapi/swagger_definitions.py 99.07% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #685      +/-   ##
==========================================
- Coverage   85.89%   85.82%   -0.07%     
==========================================
  Files          79       80       +1     
  Lines       19067    19418     +351     
  Branches     2958     3026      +68     
==========================================
+ Hits        16378    16666     +288     
- Misses       1933     1987      +54     
- Partials      756      765       +9     

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

@github-actions github-actions bot added feature/CWL Issue related to CWL support process/wps1 Issue related to WPS 1.x processes support labels Aug 30, 2024
@fmigneault fmigneault merged commit 64ca393 into master Sep 4, 2024
45 of 48 checks passed
@fmigneault fmigneault deleted the collection-input branch September 4, 2024 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/doc Issue related to documentation of the package ci/operations Related to CI operations (actions, execution, install, builds, etc.) ci/tests Tests of the package and features feature/CWL Issue related to CWL support feature/db Related to database or datatype manipulation. feature/job Issues related to job execution, reporting and logging. feature/oas Issues related to OpenAPI specifications. process/builtin Issue related to builtin application processes process/wps1 Issue related to WPS 1.x processes support process/wps3 Issue related to WPS 3.x (REST-JSON) processes support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support OGC-API Processes - Part 3: Collection Inputs
1 participant