From 29377891b41da8291e893d101c10d6a2d824d8c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemen=20Tu=C5=A1ar?= Date: Tue, 14 May 2024 20:57:57 +0100 Subject: [PATCH] :construction_worker: upload coverage to Codacy --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 51455bd..7c67bc0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -96,6 +96,7 @@ jobs: file: ./coverage/lcov.info verbose: true - name: Upload coverage to Codacy + if: ${{ matrix.platform == 'vm' }} uses: codacy/codacy-coverage-reporter-action@v1 with: project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}