Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Add a double quote in coverage.sh to prevent globbing and word splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiZaitcev committed Apr 13, 2022
1 parent 6c01ffe commit 7da1a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -e
./gradlew -q clean jacocoMergedReport
cd build-scripts
ls ../build/reports/jacoco/jacocoMergedReport
java -jar codacy-coverage-reporter-assembly-13.5.3.jar report -l Java -r ../build/reports/jacoco/jacocoMergedReport/jacocoMergedReport.xml -t $CODACY_PROJECT_TOKEN
java -jar codacy-coverage-reporter-assembly-13.5.3.jar report -l Java -r "../build/reports/jacoco/jacocoMergedReport/jacocoMergedReport.xml" -t "$CODACY_PROJECT_TOKEN"

0 comments on commit 7da1a67

Please sign in to comment.