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 77c2d10 commit 2c41000Copy full SHA for 2c41000
.github/workflows/build.yml
@@ -110,7 +110,7 @@ jobs:
110
111
- name: Upload Code Coverage Artifacts (Pull Request)
112
if: ${{ github.event_name == 'pull_request' }}
113
- uses: madrapps/jacoco-report@v1.7.1
+ uses: madrapps/jacoco-report@v1.7.2
114
with:
115
paths: build/jacoco.xml
116
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments