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 01d5e75 commit 2665ef4Copy full SHA for 2665ef4
.github/workflows/test_and_build.yml
@@ -15,7 +15,7 @@ jobs:
15
go get github.com/golangci/golangci-lint/cmd/golangci-lint
16
- name: Run linters
17
run: |
18
- export PATH=$PATH:$(go env GOPATH)/bin
+ export PATH=$PATH:$(go env GOPATH)/bin
19
./pre-commit
20
21
test:
@@ -31,7 +31,7 @@ jobs:
31
- name: Run tests
32
run: make test
33
- name: Convert coverage to lcov
34
- uses: jandelgado/gcov2lcov-action@v1.0.0
+ uses: jandelgado/gcov2lcov-action@v1.0.2
35
with:
36
infile: coverage.out
37
outfile: coverage.lcov
0 commit comments