Fix commandline syntax

This commit is contained in:
Andy Wang 2020-12-19 19:21:36 +00:00
parent 3728622f48
commit 275540a793
No known key found for this signature in database
GPG Key ID: 181B49F9F38F3374
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-go@v2
with:
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
with:
file: coverage.txt