From 7186c058fd8eb4985efa52ed00ddbef30371c211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Thu, 16 May 2024 17:41:31 +0200 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f611e1f..2a7769c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,12 +27,12 @@ jobs: run: | go test ./... -v -race -coverprofile cover.out -covermode=atomic - name: Convert coverage to lcov - uses: jandelgado/gcov2lcov-action + uses: jandelgado/gcov2lcov-action@v1 with: infile: cover.out outfile: coverage.lcov - name: Coveralls - uses: coverallsapp/github-action + uses: coverallsapp/github-action@v1 with: github-token: ${{ secrets.github_token }} path-to-lcov: coverage.lcov