Skip to content

Commit b4d4518

Browse files
authored
Feat: Add codecov support
1 parent cd89b24 commit b4d4518

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/generate-coverage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ jobs:
2020
- name: Build
2121
run: gradle build
2222
- name: Get Coverage
23-
uses: codecov/[email protected]
23+
uses: codecov/codecov-action@v3
24+
env:
25+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)