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 8cf63a9 commit 32329e5Copy full SHA for 32329e5
.github/workflows/gradle.yml
@@ -24,6 +24,8 @@ jobs:
24
run: chmod +x gradlew
25
- name: Build with Gradle
26
run: ./gradlew check
27
+ - name: Codecov
28
+ uses: codecov/codecov-action@v2
29
30
integration:
31
name: Integration test
0 commit comments