0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2024-12-16 21:56:43 -05:00

use simple bash command for codecov

This commit is contained in:
Will Norris 2019-11-04 06:30:42 +00:00
parent 5c76261bfd
commit 6d25a48f48

View file

@ -35,9 +35,9 @@ jobs:
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1.0.3
with:
token: ${{ secrets.CODECOV_TOKEN }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: bash <(curl -s https://codecov.io/bash)
# On Windows, just run the local tests. Don't bother with checking gofmt, go
# vet, or uploading results to Codecov