mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-30 15:26:24 +02:00
upload test converage report to codecov
This commit is contained in:
parent
c661aad66b
commit
b984bd0796
2 changed files with 5 additions and 2 deletions
|
|
@ -18,4 +18,7 @@ env:
|
|||
script:
|
||||
- diff -u <(echo -n) <(gofmt -d -s .)
|
||||
- go vet ./...
|
||||
- go test -v ./...
|
||||
- go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue