Skip to content

padurean/codecov-go-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI

Steps:

  1. go test -race -coverprofile=coverage.txt -covermode=atomic ./...
  2. bash <(curl -s https://codecov.io/bash)

To have these set-up on GitHub so that they are run on each push or pull request, check the push.yml file.

About

Example on how to setup codecov.io with a Go project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages