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 6, 2024
1 parent f8d7229 commit 0f9eab8
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 @@ -108,7 +108,7 @@ jobs:
IFS=','
for report in $COVERAGE_REPORTS; do
echo "Processing report: $report"
source <(curl -Ls https://coverage.codacy.com/get.sh) report -l Java -r $report --partial
source <(curl -Ls https://coverage.codacy.com/get.sh) report -l Java -r $report --partial >/dev/null
done
unset IFS
source <(curl -Ls https://coverage.codacy.com/get.sh) final
Expand Down

0 comments on commit 0f9eab8

Please sign in to comment.