mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-30 23:36: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:
|
script:
|
||||||
- diff -u <(echo -n) <(gofmt -d -s .)
|
- diff -u <(echo -n) <(gofmt -d -s .)
|
||||||
- go vet ./...
|
- go vet ./...
|
||||||
- go test -v ./...
|
- go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
|
||||||
|
|
||||||
|
after_success:
|
||||||
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[](https://godoc.org/willnorris.com/go/imageproxy)
|
[](https://godoc.org/willnorris.com/go/imageproxy)
|
||||||
[](https://travis-ci.org/willnorris/imageproxy)
|
[](https://travis-ci.org/willnorris/imageproxy)
|
||||||
[](LICENSE)
|
[](https://codecov.io/gh/willnorris/imageproxy)
|
||||||
|
|
||||||
imageproxy is a caching image proxy server written in go. It features:
|
imageproxy is a caching image proxy server written in go. It features:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue