We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5240559 commit 5f0d473Copy full SHA for 5f0d473
.github/workflows/test.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Checkout code
21
uses: actions/checkout@v2
22
- name: Test
23
- run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
+ run: go test -coverprofile="coverage.txt" -covermode=atomic ./...
24
- name: Upload coverage
25
uses: codecov/codecov-action@v1
26
with:
.gitignore
@@ -1,2 +1,3 @@
1
csvt.exe
2
dist/
3
+coverage.txt
0 commit comments