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 wrong constant name in chain #40

Merged
merged 4 commits into from
Jul 7, 2024
Merged

Conversation

markburns
Copy link
Owner

Fixes #33

Use an explicit name for any anonymous modules created to avoid autogenerated invalid names like
#<Class:0x0000000126a7af18>7545

Copy link

codecov bot commented Jul 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.68%. Comparing base (cd20be0) to head (71c7705).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #40   +/-   ##
=======================================
  Coverage   98.68%   98.68%           
=======================================
  Files          33       33           
  Lines         838      839    +1     
=======================================
+ Hits          827      828    +1     
  Misses         11       11           

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

@markburns markburns enabled auto-merge (squash) July 7, 2024 15:00
@markburns markburns merged commit 23c3b17 into main Jul 7, 2024
19 checks passed
@markburns markburns deleted the fix-wrong-constant-name-in-chain branch July 7, 2024 15:00
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.

Wrong constant name with anonymous Interactor or lambda in .chain calls
1 participant