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

Add GITHUB_OUTPUT support #233

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ricardoboss
Copy link

Fixes #232.

Adds support for a new output: github, that emits the following outputs for use in GitHub actions:

  • badge: the URL for the badge
  • line_rate: The line rate in percent (two decimal places)
  • branch_rate: The branch rate in percent (two decimal places)
  • complexity: The complexity (two decimal places)
  • health: a health indicator emoji

Let me know what you think or what should be improved!

@github-actions github-actions bot added Options An issue related to the Action's parameters. Parsing An issue reletad to parsing the coverage xml. Summary An issue related to creating the code coverage summary. labels Oct 29, 2023
@github-actions github-actions bot added the Action An issue related to the action definition. label Oct 29, 2023
Copy link

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this PR will be closed in 14 days.

@github-actions github-actions bot added the stale label Dec 14, 2023
@ricardoboss
Copy link
Author

@irongut can you take a look?

Copy link

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this PR will be closed in 14 days.

@github-actions github-actions bot added the stale label Jan 30, 2024
@ricardoboss
Copy link
Author

Thanks, stale bot, I am not the one stalling on this PR...

@github-actions github-actions bot removed the stale label Jan 31, 2024
Copy link

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this PR will be closed in 14 days.

@github-actions github-actions bot added stale and removed stale labels Mar 17, 2024
@ricardoboss
Copy link
Author

Bump

Copy link

github-actions bot commented May 4, 2024

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this PR will be closed in 14 days.

@github-actions github-actions bot added stale and removed stale labels May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Action An issue related to the action definition. Options An issue related to the Action's parameters. Parsing An issue reletad to parsing the coverage xml. Summary An issue related to creating the code coverage summary.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to output results in GITHUB_OUTPUT
1 participant