We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e3813 commit 961f5dcCopy full SHA for 961f5dc
1 file changed
.github/workflows/run_tests.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: Run unit tests
23
run: go test -race -covermode atomic -coverprofile=coverage.out ./...
24
- name: Convert coverage to lcov
25
- uses: jandelgado/[email protected].8
+ uses: jandelgado/[email protected].9
26
- name: Coveralls
27
uses: coverallsapp/github-action@master
28
with:
0 commit comments