We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f109e commit ce4d508Copy full SHA for ce4d508
1 file changed
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Test
48
run: |
49
- go test -failfast -v -coverprofile=profile.cov ./...
+ go test -failfast -v -coverprofile profile.cov ./...
50
51
- name: Coveralls
52
uses: coverallsapp/github-action@v2
0 commit comments