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 61e052c commit d808f45Copy full SHA for d808f45
.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
+ run: ./gradlew build
30
- name: Upload coverage to Codecov
31
uses: codecov/codecov-action@v3
32
with:
0 commit comments