Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
Signed-off-by: Mihail Mihov <[email protected]>
  • Loading branch information
mishomihov00 committed Dec 9, 2024
1 parent 019ba82 commit b502dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zxf-dry-run-extended-test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
run: |
while IFS= read -r line; do
echo "Processing report: $report"
source <(curl -Ls https://coverage.codacy.com/get.sh) report -l Java -r $line --partial
source <(curl -Ls https://coverage.codacy.com/get.sh) report -l Java -r $line --partial || true
done < files.txt
source <(curl -Ls https://coverage.codacy.com/get.sh) final
Expand Down

0 comments on commit b502dda

Please sign in to comment.