File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 11image : alpine/edge
22packages :
33 - go
4- # Required by codecov
5- - bash
6- - findutils
74sources :
85 - https://github.com/emersion/go-msgauth
6+ artifacts :
7+ - coverage.html
98tasks :
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
Original file line number Diff line number Diff line change 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
76A Go library to authenticate e-mails:
87
You can’t perform that action at this time.
0 commit comments