Skip to content

Commit

Permalink
Add Code Coverage (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
seljabali committed Jun 6, 2024
1 parent 26058f8 commit 37fad7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ jobs:

- name: Unit tests
run: bash ./gradlew test --stacktrace

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 37fad7d

Please sign in to comment.