Skip to content

Commit

Permalink
Added new step to add comment of code coverage details in the pr thro…
Browse files Browse the repository at this point in the history
…uh github actions
  • Loading branch information
Sachinbisht27 committed Sep 13, 2023
1 parent f228412 commit 3ccb2e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,10 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

- name: Post Code Coverage Comment
uses: softprops/action-gh-release@v1
with:
files: coverage.xml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3ccb2e4

Please sign in to comment.