Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Support Go coverage natively

Closed
#8 1 comment 13 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
48/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
github-actions, go, python
Domain
ci-cd, testing

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.

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

Dominant language
Python
Stars
99
Forks
20
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from actions/upload-code-coverage

All issues in actions/upload-code-coverage

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.