Skip to content

Commit

Permalink
Update codacy-coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim-the-Diamond committed Sep 9, 2024
1 parent b076db3 commit a1b43e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codacy-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: vendor/bin/pest --coverage-clover clover.xml

- name: Run codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@v1
uses: codacy/codacy-coverage-reporter-action@v1.3.0
with:
api-token: ${{ secrets.CODACY }}
coverage-reports: clover.xml

0 comments on commit a1b43e8

Please sign in to comment.