Skip to content

Commit

Permalink
Remove CodeCov
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed May 3, 2022
1 parent 2925ab0 commit a9c3e35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .build.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
image: alpine/edge
packages:
- go
# Required by codecov
- bash
- findutils
sources:
- https://github.com/emersion/go-msgauth
artifacts:
- coverage.html
tasks:
- build: |
cd go-msgauth
go build -v ./...
- test: |
cd go-msgauth
go test -coverprofile=coverage.txt -covermode=atomic ./...
- upload-coverage: |
- coverage: |
cd go-msgauth
export CODECOV_TOKEN=2db2b6a5-8f23-4e1e-a6ac-6e8db41eb3d1
curl -s https://codecov.io/bash | bash
go tool cover -html=coverage.txt -o ~/coverage.html
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![godocs.io](https://godocs.io/github.com/emersion/go-msgauth?status.svg)](https://godocs.io/github.com/emersion/go-msgauth)
[![builds.sr.ht status](https://builds.sr.ht/~emersion/go-msgauth/commits/master.svg?)](https://builds.sr.ht/~emersion/go-msgauth/commits/master)
[![codecov](https://codecov.io/gh/emersion/go-msgauth/branch/master/graph/badge.svg)](https://codecov.io/gh/emersion/go-msgauth)

A Go library to authenticate e-mails:

Expand Down

0 comments on commit a9c3e35

Please sign in to comment.