Skip to content

Commit

Permalink
Add coverage check upload to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
cdr-chakotay committed Dec 18, 2024
1 parent d970117 commit 77a6f7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
run: ./gradlew assemble
- name: Run Tests
run: ./gradlew check
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

slack-on-failure:
needs: [Java]
Expand Down

0 comments on commit 77a6f7e

Please sign in to comment.