Skip to content

Commit

Permalink
Adding codecov
Browse files Browse the repository at this point in the history
Adding code cov
  • Loading branch information
preetkaran20 authored Dec 3, 2023
1 parent 2916763 commit 395d2fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 395d2fa

Please sign in to comment.