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

simplify comptime interpreter testing helper #1722

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

Techatrix
Copy link
Member

Most of the code that is required to setup the Server for testing is already available in context.zig so there is no need to duplicate it for comptime interpreter tests.

Copy link

codecov bot commented Jan 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (176108b) 76.47% compared to head (6e4cb29) 76.62%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1722      +/-   ##
==========================================
+ Coverage   76.47%   76.62%   +0.15%     
==========================================
  Files          34       34              
  Lines        9987     9987              
==========================================
+ Hits         7638     7653      +15     
+ Misses       2349     2334      -15     

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

@llogick llogick merged commit 17befd1 into master Jan 29, 2024
10 checks passed
@llogick llogick deleted the techatrix/compinterp-tests branch January 29, 2024 05:25
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.

2 participants