From 03f895355b8387c741a0e29ce92da7eb6ec1f620 Mon Sep 17 00:00:00 2001 From: Peter Bittner Date: Wed, 20 Sep 2023 01:12:19 +0200 Subject: [PATCH] Upgrade Codacy reporter for GHA --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a3f19a9..bbb0620 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: - name: Run tests run: tox run -e py - name: Upload coverage report - uses: codacy/codacy-coverage-reporter-action@v1 + uses: codacy/codacy-coverage-reporter-action@v1.3.0 with: project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} coverage-reports: coverage.xml