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 a4e4ded commit 3a7d13dCopy full SHA for 3a7d13d
.github/workflows/analysis.yml
@@ -105,7 +105,7 @@ jobs:
105
uses: madrapps/[email protected]
106
with:
107
paths: |
108
- ${{ github.workspace }}/client-v2/target/site/jacoco-aggregate/jacoco.xml
+ ${{ github.workspace }}/client-v2/target/site/jacoco-aggregate/jacoco.xml,
109
${{ github.workspace }}/jdbc-v2/target/site/jacoco-aggregate/jacoco.xml
110
token: ${{ secrets.GITHUB_TOKEN }}
111
min-coverage-overall: 40
0 commit comments