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

Write ExUnit formatter that will use Workflow Commands #12

Open
hauleth opened this issue Nov 28, 2021 · 2 comments · May be fixed by #14
Open

Write ExUnit formatter that will use Workflow Commands #12

hauleth opened this issue Nov 28, 2021 · 2 comments · May be fixed by #14
Labels
enhancement New feature or request

Comments

@hauleth
Copy link
Owner

hauleth commented Nov 28, 2021

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 Commands should be "more natural" and should be easier to implement properly.

Ref #11

cc @axelson

@hauleth hauleth added the enhancement New feature or request label Nov 28, 2021
@axelson
Copy link
Contributor

axelson commented Nov 29, 2021

That seems like a good approach

Seems like outputting a warning message is what we want:
https://docs.github.com/en/actions/learn-github-actions/workflow-commands-for-github-actions#setting-a-warning-message

@hauleth
Copy link
Owner Author

hauleth commented Nov 29, 2021

I was thinking more about error level for test failures and info for skipped tests.

@hauleth hauleth linked a pull request Nov 29, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants