Skip to content

Commit 4fc3f5c

Browse files
committed
Different strategy
1 parent 7dc3b8d commit 4fc3f5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/upload-to-codacy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ jobs:
1818
steps:
1919
- name: Setup logs directory
2020
run: mkdir -p build/coverage
21-
2221
- name: Download clover.xml artifact
2322
uses: dawidd6/action-download-artifact@v7
2423
with:
25-
pr: ${{github.event.pull_request.number}}
24+
workflow: unit-tests
2625
name: clover.xml
2726
path: build/coverage
2827

0 commit comments

Comments
 (0)