From 2a0ab7b5e7610d7b734eadfa4c4999408cfaabac Mon Sep 17 00:00:00 2001 From: Daniel Perrefort Date: Tue, 17 Oct 2023 11:59:46 -0400 Subject: [PATCH] Run codacy report from bash shell --- .github/workflows/PackageTest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/PackageTest.yml b/.github/workflows/PackageTest.yml index 2ea081b..b241b8f 100644 --- a/.github/workflows/PackageTest.yml +++ b/.github/workflows/PackageTest.yml @@ -55,6 +55,7 @@ jobs: - name: Report partial coverage results if: github.event_name != 'release' run: bash <(curl -Ls https://coverage.codacy.com/get.sh) report --partial -l Python -r coverage.xml + shell: bash env: CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}