Skip to content

Commit 2665ef4

Browse files
committed
fix coverage
1 parent 01d5e75 commit 2665ef4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
go get github.com/golangci/golangci-lint/cmd/golangci-lint
1616
- name: Run linters
1717
run: |
18-
export PATH=$PATH:$(go env GOPATH)/bin
18+
export PATH=$PATH:$(go env GOPATH)/bin
1919
./pre-commit
2020
2121
test:
@@ -31,7 +31,7 @@ jobs:
3131
- name: Run tests
3232
run: make test
3333
- name: Convert coverage to lcov
34-
uses: jandelgado/gcov2lcov-action@v1.0.0
34+
uses: jandelgado/gcov2lcov-action@v1.0.2
3535
with:
3636
infile: coverage.out
3737
outfile: coverage.lcov

0 commit comments

Comments
 (0)