Skip to content

Commit

Permalink
Upgrade Codacy reporter for GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
bittner committed Sep 19, 2023
1 parent d7bbe29 commit 03f8953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Run tests
run: tox run -e py
- name: Upload coverage report
uses: codacy/codacy-coverage-reporter-action@v1
uses: codacy/codacy-coverage-reporter-action@v1.3.0
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: coverage.xml

0 comments on commit 03f8953

Please sign in to comment.