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

mark multiple things as final #3

Merged
merged 5 commits into from
Oct 4, 2022
Merged

mark multiple things as final #3

merged 5 commits into from
Oct 4, 2022

Conversation

Deric-W
Copy link
Owner

@Deric-W Deric-W commented Oct 4, 2022

No description provided.

@codecov
Copy link

codecov bot commented Oct 4, 2022

Codecov Report

Base: 97.55% // Head: 97.56% // Increases project coverage by +0.01% 🎉

Coverage data is based on head (d587e33) compared to base (44cec67).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #3      +/-   ##
==========================================
+ Coverage   97.55%   97.56%   +0.01%     
==========================================
  Files          25       25              
  Lines         981      987       +6     
==========================================
+ Hits          957      963       +6     
  Misses         24       24              
Flag Coverage Δ
Linux 97.56% <100.00%> (+0.01%) ⬆️

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

Impacted Files Coverage Δ
lambda_calculus/__init__.py 100.00% <100.00%> (ø)
lambda_calculus/terms/__init__.py 96.35% <100.00%> (+0.08%) ⬆️
lambda_calculus/terms/arithmetic.py 96.29% <100.00%> (+0.14%) ⬆️
lambda_calculus/terms/combinators.py 100.00% <100.00%> (ø)
lambda_calculus/terms/logic.py 100.00% <100.00%> (ø)
lambda_calculus/terms/pairs.py 100.00% <100.00%> (ø)
lambda_calculus/visitors/substitution/unsafe.py 100.00% <100.00%> (ø)
lambda_calculus/visitors/walking.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Deric-W Deric-W merged commit e76764e into main Oct 4, 2022
@Deric-W Deric-W deleted the cleanup branch October 4, 2022 16:27
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.

1 participant