Skip to content

Commit

Permalink
added code coverage info
Browse files Browse the repository at this point in the history
Signed-off-by: munishchouhan <[email protected]>
  • Loading branch information
munishchouhan committed Oct 2, 2024
1 parent 06e72c3 commit 3ccd6da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ jobs:
path: |
**/build/reports/tests/test
- name: Run Code Coverage
run: |
./gradlew jacocoTestReport
- name : Add coverage to PR
id : jacoco
uses : madrapps/[email protected]
Expand All @@ -112,6 +108,10 @@ jobs:
min-coverage-overall : 60
min-coverage-changed-files : 60
title : Code Coverage Report
update-comment : false
pass-emoji : ':green_circle:'
fail-emoji : ':red_circle:'

- name : Get the Coverage info
run : |
echo "Total coverage ${{ steps.jacoco.outputs.coverage-overall }}"
echo "Changed Files coverage ${{ steps.jacoco.outputs.coverage-changed-files }}"

0 comments on commit 3ccd6da

Please sign in to comment.