Skip to content

Commit

Permalink
add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
amalfra committed May 28, 2023
1 parent e2b85d0 commit bcbe338
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -16,3 +16,6 @@ jobs:
uses: actions/checkout@v2
- name: Test
run: make test
- uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -7,6 +7,6 @@ vet:
go vet ./...

test:
go test ./... -v
go test ./... -v -coverprofile=profile.cov

build: fmt vet test
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -4,6 +4,7 @@ maildir
![Build Status](https://github.com/amalfra/maildir/actions/workflows/test.yml/badge.svg?branch=main)
[![GoDoc](https://godoc.org/github.com/amalfra/maildir/v3?status.svg)](https://godoc.org/github.com/amalfra/maildir/v3)
[![Go Report Card](https://goreportcard.com/badge/github.com/amalfra/maildir/v3)](https://goreportcard.com/report/github.com/amalfra/maildir/v3)
[![Coverage Status](https://coveralls.io/repos/github/amalfra/maildir/badge.svg?branch=main)](https://coveralls.io/github/amalfra/maildir?branch=main)

A go package for reading and writing messages in the maildir format.

Expand Down

0 comments on commit bcbe338

Please sign in to comment.