Skip to content

vieux/gocover.io

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

GoCover.io

Shutting down...

The GoCover project started in 2014 and shutdown in 2023.

What was it?

GoCover.io was a service that offered code coverage of any golang package.

How did it work?

GoCover gathered code coverage by executing a package's tests within an isolated Docker container.

What's Next?

@ncruces released go-coverage-report, a GitHub Action that will generate goverage report on every commit and store it in Github (hidden in the your project's wiki).

You add this to your CI pipeline (after tests are run):

    - name: Update coverage report
      uses: ncruces/go-coverage-report@main

Then the badge is applied to the README.md as such:

[![Go Coverage](https://github.com/USER/REPO/wiki/coverage.svg)](https://raw.githack.com/wiki/USER/REPO/coverage.html)

You can see it in action on: [`github.com/ncruces/julianday`](https://github.com/ncruces/julianday)

About

GoCover.io offers the code coverage of any golang package as a service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published