Skip to content

Commit 37fad7d

Browse files
authored
Add Code Coverage (#37)
1 parent 26058f8 commit 37fad7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ jobs:
2929

3030
- name: Unit tests
3131
run: bash ./gradlew test --stacktrace
32+
33+
- name: Upload coverage reports to Codecov
34+
uses: codecov/[email protected]
35+
with:
36+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)