diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1176e64..9998ba4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,4 +22,4 @@ jobs: go-version: '1.22' - name: Test - run: go test -cover -v -covermode=count -coverprofile=coverage.out + run: go test -cover -v diff --git a/.gitignore b/.gitignore index 48edd20..7f36164 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,25 @@ -/.idea +# If you prefer the allow list template instead of the deny list, see community template: +# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore +# +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out -/coverage.out +# Dependency directories (remove the comment below to include it) +# vendor/ + +# Go workspace file +go.work +go.work.sum + +# IDE +/.idea diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 6e20d5c..0000000 --- a/.travis.yml +++ /dev/null @@ -1,12 +0,0 @@ -language: go - -before_install: - - go get github.com/mattn/goveralls - -go: - - "1.11.x" - - "1.10.x" - -script: - - go test -cover -v -covermode=count -coverprofile=coverage.out - - $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci diff --git a/README.md b/README.md index 3fb28ee..996fce5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![GoDoc](https://godoc.org/github.com/ztrue/tracerr?status.svg)](https://godoc.org/github.com/ztrue/tracerr) [![Report](https://goreportcard.com/badge/github.com/ztrue/tracerr)](https://goreportcard.com/report/github.com/ztrue/tracerr) [![Coverage Status](https://coveralls.io/repos/github/ztrue/tracerr/badge.svg?branch=master)](https://coveralls.io/github/ztrue/tracerr?branch=master) -[![Build Status](https://travis-ci.com/ztrue/tracerr.svg?branch=master)](https://travis-ci.com/ztrue/tracerr) Tired of uninformative error output? Probably this will be more convenient: