Skip to content

Commit 7f0dfe5

Browse files
authored
Update codecov.yml
1 parent 6bc2638 commit 7f0dfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies, run tests, and collect coverage
2727
env:
2828
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
29-
run: gradle build && pwd && apt install tree && tree -d ./build
29+
run: gradle build && pwd && ls -al && cd ./build && ls -al
3030
- name: Upload coverage to Codecov
3131
uses: codecov/codecov-action@v3
3232
with:

0 commit comments

Comments
 (0)