Skip to content

Commit

Permalink
pass the project path
Browse files Browse the repository at this point in the history
  • Loading branch information
AkaLrz committed Aug 19, 2024
1 parent 0f7cc3d commit 18790d8
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 18790d8

Please sign in to comment.