Skip to content

Conversation

@pont-us
Copy link
Member

@pont-us pont-us commented Apr 3, 2025

Closes #9 .

This parameter allows the caller to pass an additional code block
which is run before the parameter-defining block.

This is a first step towards implementing improved parameter
extraction (Issue 9), but will require some work in ScriptCreator
to become useful.
@codecov
Copy link

codecov bot commented Apr 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.51%. Comparing base (ab307c1) to head (2f38444).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #10      +/-   ##
==========================================
+ Coverage   70.04%   72.51%   +2.47%     
==========================================
  Files           6        6              
  Lines         464      473       +9     
  Branches       55       56       +1     
==========================================
+ Hits          325      343      +18     
+ Misses        130      119      -11     
- Partials        9       11       +2     

☔ View full report in Codecov by Sentry.
📢 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.

pont-us added 2 commits April 4, 2025 12:30
This commit completes the implementation of issue 9, so
code in the tagged parameters cell can now reference
identifiers created in previous cells.
@pont-us pont-us self-assigned this Apr 4, 2025
@pont-us pont-us marked this pull request as ready for review April 4, 2025 10:37
@pont-us pont-us merged commit dc6e821 into main Apr 4, 2025
8 checks passed
@pont-us pont-us deleted the pont-9-param-extraction branch May 9, 2025 16:31
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.

Improve automated parameter extraction

2 participants