Skip to content

Commit 32329e5

Browse files
Add Codecov to GitHub workflow (#759)
* Added Codecov to GitHub workflow * Added Codecov to GitHub workflow
1 parent 8cf63a9 commit 32329e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
run: chmod +x gradlew
2525
- name: Build with Gradle
2626
run: ./gradlew check
27+
- name: Codecov
28+
uses: codecov/codecov-action@v2
2729

2830
integration:
2931
name: Integration test

0 commit comments

Comments
 (0)