From 285b2ad1b16459bcbeb85db135bf398cc4f724d7 Mon Sep 17 00:00:00 2001 From: smiley Date: Fri, 10 Mar 2023 16:54:27 +0100 Subject: [PATCH] :octocat: send coverage to codacy --- .github/workflows/tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 64bac5130..d09d54287 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -119,3 +119,9 @@ jobs: - name: "Send code coverage report to Codecov.io" uses: codecov/codecov-action@v3 + + - name: "Send code coverage report to Codacy" + uses: codacy/codacy-coverage-reporter-action@v1 + with: + project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} + coverage-reports: .build/coverage/clover.xml