mix_machine
mix_machine copied to clipboard
Machine output for Mix tasks
Close #11 Close #12
I'm having trouble getting mix_machine to work how I'd expect it to. I want to use mix_machine in CI and have it cause CI to fail if there's a compilation...
Everything right now is written without any line of tests. That should change and we should add the coverage reporting tool (CodeCov.io preferably).
This is IMHO better approach than producing the SARIF report. Mostly because SARIF is meant for reporting of static analysis of the code and tests aren't such thing. Using Workflow...
Doc: https://docs.github.com/en/actions/learn-github-actions/workflow-commands-for-github-actions#setting-an-output-parameter
Hi! As of now `mix compile.machine` at ``` Erlang/OTP 26 [erts-14.2.5] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [dtrace] Elixir 1.17.2 (compiled with Erlang/OTP 26) ``` fails due to match error in...