Skip to content

Commit

Permalink
Testing style for Title
Browse files Browse the repository at this point in the history
  • Loading branch information
thsaravana authored Jul 30, 2023
1 parent 14a5549 commit f7f81b4
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 @@ -29,14 +29,14 @@ jobs:

- name: Jacoco Report to PR
id: jacoco
uses: madrapps/jacoco-report@coverage-diff
uses: madrapps/jacoco-report@style-title
with:
paths: ${{ github.workspace }}/build/reports/jacoco/**/testCoverage.xml
token: ${{ secrets.GITHUB_TOKEN }}
min-coverage-overall: 40
min-coverage-changed-files: 60
update-comment: true
title: '`Coverage Report`'
title: '# :robot: `Coverage Report`'
debug-mode: true

- name: Get the Coverage info
Expand Down

0 comments on commit f7f81b4

Please sign in to comment.