From 3a21407361eba964d325b979eee42ed1458c4f7c Mon Sep 17 00:00:00 2001 From: ale5000 <15793015+ale5000-git@users.noreply.github.com> Date: Sat, 14 Sep 2024 18:39:32 +0200 Subject: [PATCH] Update base.yml --- .github/workflows/base.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 01f8b3da..32ec669f 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -76,3 +76,8 @@ jobs: with: fail_ci_if_error: true token: "${{ secrets.CODECOV_TOKEN }}" + - name: "Upload coverage reports to Codacy" + if: "${{ github.ref == 'refs/heads/main' && github.event_name != 'pull_request' && github.repository_owner == 'micro5k' }}" + uses: codacy/codacy-coverage-reporter-action@v1 + # with: + # project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}