actions / actions/upload-code-coverage
Support Go coverage natively
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 99
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
Hey,
This action requires cobertura, it would be nice if we could pipe directly the Go native Coverage Profile into this Action to simplify the setup process.
Right now I have to use a second program to convert the result into a cobertura format: https://github.com/boumenot/gocover-cobertura, which I would like to avoid for simplicity reasons and less dependency
I can make an PR, if it's fine
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by examining how the action currently accepts and processes Cobertura reports, then compare that flow with Go's native Coverage Profile format. The linked gocover-cobertura project provides a reference for the input format. Done means the action accepts Go coverage output directly without requiring a conversion program.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, go, python
- Domain
- ci-cd, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100