An open API service indexing awesome lists of open source software.

https://github.com/geototti21/go-travis

Template repo for Go modules and Travis CI integration 🔧
https://github.com/geototti21/go-travis

codecov golang golangci-lint gomodule travis-ci

Last synced: 3 months ago
JSON representation

Template repo for Go modules and Travis CI integration 🔧

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.com/geototti21/go-travis.svg?branch=master)](https://travis-ci.com/geototti21/go-travis)
[![codecov](https://codecov.io/gh/geototti21/go-travis/branch/master/graph/badge.svg)](https://codecov.io/gh/geototti21/go-travis)
[![Go Report Card](https://goreportcard.com/badge/github.com/geototti21/go-travis)](https://goreportcard.com/report/github.com/geototti21/go-travis)
[![GoDoc](https://godoc.org/github.com/geototti21/go-travis?status.svg)](https://godoc.org/github.com/geototti21/go-travis)

# go-travis

go-travis is a template repo that builds a Go package with go-modules enabled on [Travis-CI](https://travis-ci.com/)

The following tools are used:
* [golangci-lint](https://github.com/golangci/golangci-lint) for static analysis of the project.
* [Codecov](https://codecov.io/) for test coverage reporting.