Skip to content

Commit

Permalink
Added: list directory for showing permission
Browse files Browse the repository at this point in the history
  • Loading branch information
AkaLrz committed Aug 19, 2024
1 parent 18790d8 commit 4b17fd6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/jacoco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ jobs:
- name: Make script executable
run: chmod +x ./.github/workflows/resources/scripts/unit-test-coverage-merge/code-coverage-merge.sh

- name: Listdirectorycontents
run: ls-al./.github/workflows/resources/scripts/unit-test-coverage-merge/

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

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 4b17fd6

Please sign in to comment.