From d2ac1cde8f072713a0326b1006288ae33c355812 Mon Sep 17 00:00:00 2001 From: AlteredCoder Date: Fri, 24 Jul 2020 17:55:04 +0200 Subject: [PATCH] try --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 729be5f77..16bab4e4a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -23,7 +23,7 @@ jobs: run: make build && go get -u github.com/jandelgado/gcov2lcov - name: All tests run: go test -coverprofile=coverage.out -covermode=atomic ./... && gcov2lcov -inputfile=coverage.out -outfile=coverage.lcov - - name: Coveralls + - name: Coveralls uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }}