Skip to content

Commit

Permalink
Merge pull request #1 from d--j/coveralls
Browse files Browse the repository at this point in the history
chore: use codecov/codecov-action@v3 in Go workflow
  • Loading branch information
d--j committed Mar 16, 2023
2 parents 997fc1e + 2242e9e commit e520f6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
run: go build -v ./...

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

- name: Coveralls
uses: coverallsapp/github-action@v2
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3

- name: Install Postfix
run: sudo -n -- apt-get update -q && sudo -n -- apt-get install -y postfix sasl2-bin libsasl2-2 libsasl2-modules ssl-cert cpio courier-authlib
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SRS milter

![Build status](https://github.com/d--j/srs-milter/actions/workflows/go.yml/badge.svg?branch=main)
[![Coverage Status](https://coveralls.io/repos/github/d--j/srs-milter/badge.svg)](https://coveralls.io/github/d--j/srs-milter)
[![codecov](https://codecov.io/gh/d--j/srs-milter/branch/main/graph/badge.svg?token=5R5EVF5VEO)](https://codecov.io/gh/d--j/srs-milter)

A milter (mail filter) for Postfix and Sendmail
handling [SRS address rewriting](https://en.wikipedia.org/wiki/Sender_Rewriting_Scheme).
Expand Down

0 comments on commit e520f6a

Please sign in to comment.