adding name for coverage step.

This commit is contained in:
Jason Kulatunga
2022-04-30 22:20:06 -07:00
parent 84f3327790
commit 20411afb82
+2 -1
View File
@@ -40,7 +40,8 @@ jobs:
go mod vendor go mod vendor
go test -race -coverprofile=coverage.txt -covermode=atomic -v -tags "static" $(go list ./... | grep -v /vendor/) go test -race -coverprofile=coverage.txt -covermode=atomic -v -tags "static" $(go list ./... | grep -v /vendor/)
- uses: codecov/codecov-action@v2 - name: Generate coverage report
uses: codecov/codecov-action@v2
with: with:
files: ./coverage.txt files: ./coverage.txt
flags: unittests flags: unittests