Skip to content

Commit a9c3e35

Browse files
committed
Remove CodeCov
1 parent 2925ab0 commit a9c3e35

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.build.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
image: alpine/edge
22
packages:
33
- go
4-
# Required by codecov
5-
- bash
6-
- findutils
74
sources:
85
- https://github.com/emersion/go-msgauth
6+
artifacts:
7+
- coverage.html
98
tasks:
109
- build: |
1110
cd go-msgauth
1211
go build -v ./...
1312
- test: |
1413
cd go-msgauth
1514
go test -coverprofile=coverage.txt -covermode=atomic ./...
16-
- upload-coverage: |
15+
- coverage: |
1716
cd go-msgauth
18-
export CODECOV_TOKEN=2db2b6a5-8f23-4e1e-a6ac-6e8db41eb3d1
19-
curl -s https://codecov.io/bash | bash
17+
go tool cover -html=coverage.txt -o ~/coverage.html

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

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

76
A Go library to authenticate e-mails:
87

0 commit comments

Comments
 (0)