Skip to content

Commit

Permalink
Run codacy report from bash shell
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort committed Oct 17, 2023
1 parent 981403a commit 2a0ab7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/PackageTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 2a0ab7b

Please sign in to comment.