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

Consider using Job Summaries #565

Open
malcolmbarrett opened this issue May 23, 2022 · 3 comments
Open

Consider using Job Summaries #565

malcolmbarrett opened this issue May 23, 2022 · 3 comments
Labels
blocked Blocked by an issue elsewhere feature a feature request or enhancement

Comments

@malcolmbarrett
Copy link
Contributor

(Sorry to delete the FR template, but this seems like a self-explanatory suggestion!)

GitHub Actions recently added Job Summaries, which might be useful for the workflows here, particularly for package testing.

https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/

@Bisaloo
Copy link
Contributor

Bisaloo commented Aug 11, 2022

Related: r-lib/testthat#1621

@gaborcsardi
Copy link
Member

PoC here: r-lib/testthat#1635

@gaborcsardi gaborcsardi added the feature a feature request or enhancement label Oct 20, 2022
@gaborcsardi
Copy link
Member

Technically this is blocked here, because we need some output from the testing tool (i.e. testthat) that we can use to generate the the job summary.

E.g. testthat could write the test results into a file, and then we could have an action or other code to format that as a job summary. Or testthat could also create the markdown output directly, as in the PoC above.

@gaborcsardi gaborcsardi added the blocked Blocked by an issue elsewhere label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Blocked by an issue elsewhere feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

3 participants