We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc2638 commit 7f0dfe5Copy full SHA for 7f0dfe5
.github/workflows/codecov.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies, run tests, and collect coverage
27
env:
28
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
29
- run: gradle build && pwd && apt install tree && tree -d ./build
+ run: gradle build && pwd && ls -al && cd ./build && ls -al
30
- name: Upload coverage to Codecov
31
uses: codecov/codecov-action@v3
32
with:
0 commit comments