Skip to content

fix(runner): HookRunner enum was not resolved from toml#74

Open
noirbizarre wants to merge 1 commit intomainfrom
fix/hook-runner-from-toml
Open

fix(runner): HookRunner enum was not resolved from toml#74
noirbizarre wants to merge 1 commit intomainfrom
fix/hook-runner-from-toml

Conversation

@noirbizarre
Copy link
Collaborator

Hey 👋🏼

A little fix on #73: when set from pyproject.toml, the config does not go through the cast mecanism and the HookRunner enum was not resolved.
This PR est and fix it

@noirbizarre noirbizarre added the bug Something isn't working label Mar 25, 2026
@codecov
Copy link

codecov bot commented Mar 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.24%. Comparing base (0f0dcbe) to head (2d62b64).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #74      +/-   ##
==========================================
+ Coverage   97.23%   97.24%   +0.01%     
==========================================
  Files          12       12              
  Lines         724      727       +3     
  Branches       65       66       +1     
==========================================
+ Hits          704      707       +3     
  Misses         18       18              
  Partials        2        2              
Flag Coverage Δ
unittests 97.24% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant