Skip to content

Commit

Permalink
Merge pull request #538 from livk-cloud/feat-codecov
Browse files Browse the repository at this point in the history
Update ci.yml
  • Loading branch information
livk-cloud authored Jan 8, 2025
2 parents da962ca + 9e6f871 commit abbb535
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ jobs:

- name: Gradle Run Build
run: ./gradlew build

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

0 comments on commit abbb535

Please sign in to comment.