mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-25 04:46:24 +02:00
use simple bash command for codecov
This commit is contained in:
parent
5c76261bfd
commit
6d25a48f48
1 changed files with 3 additions and 3 deletions
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
|
@ -35,9 +35,9 @@ jobs:
|
||||||
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
|
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
|
||||||
|
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v1.0.3
|
env:
|
||||||
with:
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||||
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
|
# On Windows, just run the local tests. Don't bother with checking gofmt, go
|
||||||
# vet, or uploading results to Codecov
|
# vet, or uploading results to Codecov
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue