We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ebf089 commit 84bb5d0Copy full SHA for 84bb5d0
.github/workflows/go.yml
@@ -21,4 +21,7 @@ jobs:
21
run: go build -v ./...
22
23
- name: Test
24
- run: go test -v ./...
+ run: go test -race -coverprofile=coverage.xml -covermode=atomic -v ./...
25
+ - uses: codecov/codecov-action@v1
26
+ with:
27
+ files: ./coverage.xml
0 commit comments