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

fix definition of CWL schema fields causing validation error when parsing body #756

Merged
merged 4 commits into from
Nov 20, 2024

Conversation

fmigneault
Copy link
Collaborator

  • Fix definition of CWL schema.org namespaced fields (i.e.: s:author and s:dateCreated) causing
    schema deserialization error when validation the submitted request body against typical examples provided in
    CWL Metadata and Authorship.

@fmigneault fmigneault self-assigned this Nov 19, 2024
@github-actions github-actions bot added ci/doc Issue related to documentation of the package ci/tests Tests of the package and features feature/CWL Issue related to CWL support feature/oas Issues related to OpenAPI specifications. process/wps3 Issue related to WPS 3.x (REST-JSON) processes support labels Nov 19, 2024
Copy link

codecov bot commented Nov 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.35%. Comparing base (7847dce) to head (07f5dc5).
Report is 6 commits behind head on master.

❌ We are unable to process any of the uploaded JUnit XML files. Please ensure your files are in the right format.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #756      +/-   ##
==========================================
+ Coverage   87.28%   87.35%   +0.06%     
==========================================
  Files          80       80              
  Lines       20625    20663      +38     
  Branches     2809     2811       +2     
==========================================
+ Hits        18003    18050      +47     
+ Misses       1876     1868       -8     
+ Partials      746      745       -1     

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

@fmigneault fmigneault merged commit 885a7c7 into master Nov 20, 2024
48 checks passed
@fmigneault fmigneault deleted the fix-cwl-metadata branch November 20, 2024 05:32
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/tests Tests of the package and features feature/CWL Issue related to CWL support feature/oas Issues related to OpenAPI specifications. 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.

1 participant