From d87b949542d04aac2e6b150840948eac77ae62be Mon Sep 17 00:00:00 2001 From: Saravana Date: Sat, 10 Sep 2022 07:31:50 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd2173e..afde915 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ jobs: - name: Add coverage to PR id: jacoco - uses: madrapps/jacoco-report@v1.2 + uses: madrapps/jacoco-report@v1.3 with: paths: ${{ github.workspace }}/build/reports/jacoco/testCoverage/testCoverage.xml token: ${{ secrets.GITHUB_TOKEN }}