Skip to content

Commit 7186c05

Browse files
authored
Update test.yaml
1 parent 87fb1df commit 7186c05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
run: |
2828
go test ./... -v -race -coverprofile cover.out -covermode=atomic
2929
- name: Convert coverage to lcov
30-
uses: jandelgado/gcov2lcov-action
30+
uses: jandelgado/gcov2lcov-action@v1
3131
with:
3232
infile: cover.out
3333
outfile: coverage.lcov
3434
- name: Coveralls
35-
uses: coverallsapp/github-action
35+
uses: coverallsapp/github-action@v1
3636
with:
3737
github-token: ${{ secrets.github_token }}
3838
path-to-lcov: coverage.lcov

0 commit comments

Comments
 (0)