Skip to content

Commit

Permalink
Coverage path (#401)
Browse files Browse the repository at this point in the history
* coverage path

* Use different action
  • Loading branch information
egulias authored Dec 31, 2024
1 parent 3bd9c8c commit 7dc3b8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/upload-to-codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
run: mkdir -p build/coverage

- name: Download clover.xml artifact
uses: actions/download-artifact@v3
uses: dawidd6/action-download-artifact@v7
with:
pr: ${{github.event.pull_request.number}}
name: clover.xml
path: build/coverage

Expand Down

0 comments on commit 7dc3b8d

Please sign in to comment.