replace build runners with a new one based on the current zig version
This new build runner is based on the current build_runner.zig that is used by Zig. It will run all dependencies that are necessary to resolve every modules and includes directories.
There are no error messages being reported when the build failed yet. I plan on providing a simple "build server" like interface to report errors and to make it easier to extend it with more capabilities in the future.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.50%. Comparing base (
e96503d) to head (8ea19fd). Report is 1 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #1734 +/- ##
=======================================
Coverage 78.49% 78.50%
=======================================
Files 34 34
Lines 10653 10653
=======================================
+ Hits 8362 8363 +1
+ Misses 2291 2290 -1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.