Skip to content

Commit ce4d508

Browse files
committed
fix cover file
1 parent c1f109e commit ce4d508

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Test
4848
run: |
49-
go test -failfast -v -coverprofile=profile.cov ./...
49+
go test -failfast -v -coverprofile profile.cov ./...
5050
5151
- name: Coveralls
5252
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)