Skip to content

Commit

Permalink
Sarthak | Adds CodeCov in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SarthakMakhija committed Jan 10, 2025
1 parent afcb279 commit 0c060bb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,10 @@ jobs:
name: jacoco-report
path: |
${{ github.workspace }}/target/site/jacoco/jacoco.xml
${{ github.workspace }}/target/site/jacoco/index.html
${{ github.workspace }}/target/site/jacoco/index.html
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 0c060bb

Please sign in to comment.