Skip to content

Commit

Permalink
Different strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
egulias committed Dec 31, 2024
1 parent 7dc3b8d commit 4fc3f5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/upload-to-codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ jobs:
steps:
- name: Setup logs directory
run: mkdir -p build/coverage

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

Expand Down

0 comments on commit 4fc3f5c

Please sign in to comment.