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 00f509b commit b41762fCopy full SHA for b41762f
.github/workflows/test.yml
@@ -21,8 +21,8 @@ jobs:
21
- name: golangci-lint
22
uses: golangci/golangci-lint-action@v2
23
- run: make tools
24
- - run: go-acc -o coverage.out ./... -- -v -failfast -timeout=20m -tags sqlite
25
- - run: gcov2lcov -infile=coverage.out -outfile=coverage.lcov
+ - run: .bin/go-acc -o coverage.out ./... -- -v -failfast -timeout=20m -tags sqlite
+ - run: .bin/gcov2lcov -infile=coverage.out -outfile=coverage.lcov
26
- name: Coveralls
27
uses: coverallsapp/github-action@master
28
with:
0 commit comments