mix_machine icon indicating copy to clipboard operation
mix_machine copied to clipboard

Machine output for Mix tasks

Results 6 mix_machine issues
Sort by recently updated
recently updated
newest added

Close #11 Close #12

invalid/commit-messages
invalid/format
invalid/credo
scope/ci
scope/test

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...

bug

Everything right now is written without any line of tests. That should change and we should add the coverage reporting tool (CodeCov.io preferably).

enhancement
help wanted
good first issue

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...

enhancement

Doc: https://docs.github.com/en/actions/learn-github-actions/workflow-commands-for-github-actions#setting-an-output-parameter

enhancement