Skip to content

Commit

Permalink
chore: add Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
d--j committed Feb 27, 2023
1 parent 4a5dc91 commit 2445c8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,9 @@ jobs:
run: go build -v ./...

- name: Test
run: go test -v ./...
run: go test -v -coverprofile=profile.cov ./...

- name: Send to Coveralls
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![GoDoc](https://godoc.org/github.com/d--j/go-milter?status.svg)](https://godoc.org/github.com/d--j/go-milter)
![Build status](https://github.com/d--j/go-milter/actions/workflows/go.yml/badge.svg?branch=main)
[![Coverage Status](https://coveralls.io/repos/github/d--j/go-milter/badge.svg?branch=main)](https://coveralls.io/github/d--j/go-milter?branch=main)

A Go library to write mail filters.

Expand Down

0 comments on commit 2445c8b

Please sign in to comment.