Skip to content

Commit 154c8f1

Browse files
committed
[CONFIG] Code coverage added to gradle workflow
1 parent 10f189c commit 154c8f1

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
@@ -32,3 +32,5 @@ jobs:
3232
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
3333
with:
3434
arguments: build
35+
- name: Upload coverage reports to Codecov
36+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)