Skip to content

Add annotation-reading code - #88

Merged
pont-us merged 4 commits into
mainfrom
hn-parse-annotations
Aug 27, 2026
Merged

Add annotation-reading code#88
pont-us merged 4 commits into
mainfrom
hn-parse-annotations

Conversation

@Hneuschmidt

@Hneuschmidt Hneuschmidt commented Aug 24, 2026

Copy link
Copy Markdown
Collaborator

Adds a function read_annotations to NotebookParameters to extract type annotations from the parameter code.
This could enable annotating EO product inputs (i.e., those that are shown as Directory in the CWL and should contain a catalog.json) by adding a specific annotation like my_input: "EoInput" to the notebook parameters.

Closes #91 .

@codecov

codecov Bot commented Aug 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.71%. Comparing base (502c440) to head (0c20079).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #88      +/-   ##
==========================================
+ Coverage   97.69%   97.71%   +0.01%     
==========================================
  Files           6        6              
  Lines         608      612       +4     
  Branches       66       66              
==========================================
+ Hits          594      598       +4     
  Misses          9        9              
  Partials        5        5              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Hneuschmidt
Hneuschmidt requested a review from pont-us August 24, 2026 12:26
@pont-us pont-us changed the title Add draft of annotation-reading code Add annotation-reading code Aug 27, 2026
@pont-us
pont-us merged commit 2c122d1 into main Aug 27, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a utility function to read annotations from notebook code

2 participants