Skip to content

Commit

Permalink
Added CodeCoverage Test Analyzer (#2512)
Browse files Browse the repository at this point in the history
Co-authored-by: AbdulRehman Faraj <arfaraj@amazon.com>
  • Loading branch information
AbdulR3hman and AbdulRehman Faraj authored Jan 8, 2025
1 parent 4b99854 commit bb00b44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/maven_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ jobs:
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit bb00b44

Please sign in to comment.