Skip to content

Commit

Permalink
Update coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thsaravana authored Jul 30, 2023
1 parent f7f81b4 commit 354ccf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
with:
paths: ${{ github.workspace }}/build/reports/jacoco/**/testCoverage.xml
token: ${{ secrets.GITHUB_TOKEN }}
min-coverage-overall: 40
min-coverage-changed-files: 60
min-coverage-overall: 70
min-coverage-changed-files: 70
update-comment: true
title: '# :robot: `Coverage Report`'
debug-mode: true
Expand Down

0 comments on commit 354ccf5

Please sign in to comment.