Skip to content

Commit

Permalink
Remove goveralls
Browse files Browse the repository at this point in the history
Better coverage tooling to be enabled in future commit
  • Loading branch information
Stein Fletcher committed Sep 25, 2022
1 parent 76030d3 commit 8cd4254
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
25 changes: 0 additions & 25 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,34 +23,9 @@ jobs:
paths:
- .

upload-coverage:
<<: *defaults
docker:
- image: cimg/go:1.18
steps:
- attach_workspace:
at: /tmp/persist_to_workspace
- run:
name: install tools
command: |
go get -u -v github.com/axw/gocov/gocov
go get -u -v github.com/mattn/goveralls
- run:
name: generate coverage report
command: |
goveralls -coverprofile=coverage.out -service=circle-ci -repotoken $COVERALLS_TOKEN
workflows:
version: 2

pipeline:
jobs:
- test
- upload-coverage:
filters:
branches:
only: master
tags:
ignore: /.*/
requires:
- test
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

<p align="center">
<a href="https://godoc.org/github.com/steinfletcher/apitest"><img src="https://godoc.org/github.com/steinfletcher/apitest?status.svg" alt="Godoc" /></a>
<a href="https://coveralls.io/github/steinfletcher/apitest?branch=master&service=github"><img src="https://coveralls.io/repos/github/steinfletcher/apitest/badge.svg?branch=master" alt="Coverage Status"/></a>
<a href="https://circleci.com/gh/steinfletcher/apitest"><img src="https://circleci.com/gh/steinfletcher/apitest.svg?style=shield" alt="Build Status" /></a>
<a href="https://goreportcard.com/report/github.com/steinfletcher/apitest"><img src="https://goreportcard.com/badge/github.com/steinfletcher/apitest" alt="Go Report Card" /></a>
<a href="https://github.com/avelino/awesome-go/#testing"><img src="https://awesome.re/mentioned-badge.svg" alt="Mentioned in Awesome Go" /></a>
Expand Down

0 comments on commit 8cd4254

Please sign in to comment.