From 2e3fd5068b900ba053867b614c2042afa7f467e5 Mon Sep 17 00:00:00 2001 From: Simon Wikstrand Date: Sat, 9 Apr 2022 12:10:50 +0200 Subject: [PATCH] updated settings for codacy coverage reporter --- .github/workflows/testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 2c22f4c..38c38ce 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -26,6 +26,6 @@ jobs: - name: Report coverage to Codacy uses: codacy/codacy-coverage-reporter-action@v1 with: - api-token: ${{ secrets.CODACY_TOKEN }} + project-token: ${{ secrets.CODACY_TOKEN }} coverage-reports: coverage.txt force-coverage-parser: go