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

select build on save step #1679

Merged
merged 4 commits into from
Dec 23, 2023
Merged

select build on save step #1679

merged 4 commits into from
Dec 23, 2023

Conversation

Techatrix
Copy link
Member

Adds a build_on_save_step config option to select which build step should be executed when using build-on-save.

This allows selecting which step should be executed when running
build-on-save like `zig build install`, `zig build test`, etc.
Copy link

codecov bot commented Dec 20, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (adaeabb) 76.65% compared to head (26981b6) 76.64%.

Files Patch % Lines
src/Server.zig 81.81% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1679      +/-   ##
==========================================
- Coverage   76.65%   76.64%   -0.02%     
==========================================
  Files          33       33              
  Lines        9093     9097       +4     
==========================================
+ Hits         6970     6972       +2     
- Misses       2123     2125       +2     

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

@llogick llogick merged commit 6564a34 into master Dec 23, 2023
8 of 9 checks passed
@llogick llogick deleted the techatrix/build-on-save-step branch December 23, 2023 04:44
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