Skip to content

Commit

Permalink
Fixed path error
Browse files Browse the repository at this point in the history
  • Loading branch information
AkaLrz committed Aug 19, 2024
1 parent 5092b0b commit 9c6e10e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jacoco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: chmod +x ./.github/workflows/resources/scripts/unit-test-coverage-merge/code-coverage-merge.sh

- name: Run code coverage merge script
run: ./.github/workflows/resources/scripts/unit-test-coverage-merge/code-coverage-merge.sh
run: ./.github/workflows/resources/scripts/unit-test-coverage-merge/code-coverage-merge.sh ${{ github.workspace }}

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ java -jar $jacococli report $execMergePath --classfiles $classOutPutDir --source
# Use jacococli to generate XML
java -jar $jacococli report $execMergePath --classfiles $classOutPutDir --sourcefiles $project --xml $mergeReportDir/jacoco.xml

echo "Build success, report is at: $mergeReportDir"
echo "Build success, report is at: $mergeReportDir"

0 comments on commit 9c6e10e

Please sign in to comment.