We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040e5d2 commit b10ad2dCopy full SHA for b10ad2d
.github/workflows/analysis.yml
@@ -103,7 +103,9 @@ jobs:
103
uses: madrapps/[email protected]
104
with:
105
paths: |
106
- ${{ github.workspace }}/**/target/site/jacoco-aggregate/**/jacoco.xml
+ ${{ github.workspace }}/**/target/site/jacoco-aggregate/jacoco.xml
107
token: ${{ secrets.GITHUB_TOKEN }}
108
min-coverage-overall: 40
109
min-coverage-changed-files: 60
110
+ title: Code Coverage
111
+ update-comment: 'true'
0 commit comments