mirror of https://github.com/cbeuw/Cloak
Fix commandline syntax
This commit is contained in:
parent
3728622f48
commit
275540a793
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: '^1.15' # The Go version to download (if necessary) and use.
|
go-version: '^1.15' # The Go version to download (if necessary) and use.
|
||||||
- run: go test -race -coverprofile=coverage.txt -coverpkg=./... -covermode=atomic ./...
|
- run: go test -race -coverprofile coverage.txt -coverpkg ./... -covermode atomic ./...
|
||||||
- uses: codecov/codecov-action@v1
|
- uses: codecov/codecov-action@v1
|
||||||
with:
|
with:
|
||||||
file: coverage.txt
|
file: coverage.txt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue