Skip to content

Commit

Permalink
migrate coverage to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
thatmattlove committed Aug 2, 2024
1 parent 28d7166 commit 52cc654
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
- name: Run Tests
run: go test -v -fuzz ./...

- name: Code Coverage Report
run: go test -race -coverprofile coverage.out -covermode=atomic
- name: Upload Code Coverage Report
uses: coverallsapp/github-action@v2
with:
file: cover.out

- name: Upload Code Coverage Report
uses: codecov/codecov-action@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

MAC Address & Prefix Utility for Go

[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/thatmattlove/go-macaddr/test.yml?style=for-the-badge)](https://github.com/thatmattlove/go-macaddr/actions/workflows/test.yml) [![Docs](https://img.shields.io/badge/godoc-reference-007D9C.svg?style=for-the-badge)](https://pkg.go.dev/go.mdl.wtf/go-macaddr) [![Code Coverage](https://img.shields.io/codecov/c/github/thatmattlove/go-macaddr?style=for-the-badge)](https://codecov.io/gh/thatmattlove/go-macaddr) [![Go Report Card](https://goreportcard.com/badge/github.com/thatmattlove/go-macaddr?style=for-the-badge)](https://goreportcard.com/report/github.com/thatmattlove/go-macaddr)
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/thatmattlove/go-macaddr/test.yml?style=for-the-badge)](https://github.com/thatmattlove/go-macaddr/actions/workflows/test.yml) [![Docs](https://img.shields.io/badge/godoc-reference-007D9C.svg?style=for-the-badge)](https://pkg.go.dev/go.mdl.wtf/go-macaddr) [![Test Coverage](https://img.shields.io/coverallsCoverage/github/thatmattlove/go-macaddr?style=for-the-badge)](https://coveralls.io/github/thatmattlove/go-macaddr) [![Go Report Card](https://goreportcard.com/badge/github.com/thatmattlove/go-macaddr?style=for-the-badge)](https://goreportcard.com/report/github.com/thatmattlove/go-macaddr)

</div>

Expand Down

0 comments on commit 52cc654

Please sign in to comment.