Skip to content

Commit 94dfcf8

Browse files
authored
Releasing v1.6 (#58)
1 parent 7a90ece commit 94dfcf8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Add coverage to PR
6262
id: jacoco
63-
uses: madrapps/jacoco-report@v1.5
63+
uses: madrapps/jacoco-report@v1.6
6464
with:
6565
paths: |
6666
${{ github.workspace }}/**/build/reports/jacoco/prodNormalDebugCoverage/prodNormalDebugCoverage.xml,
@@ -110,7 +110,7 @@ refer [jacoco-android-playground](https://github.com/thsaravana/jacoco-android-p
110110
```yaml
111111
- name: Jacoco Report to PR
112112
id: jacoco
113-
uses: madrapps/jacoco-report@v1.5
113+
uses: madrapps/jacoco-report@v1.6
114114
with:
115115
paths: ${{ github.workspace }}/build/reports/jacoco/testCoverage/testCoverage.xml
116116
token: ${{ secrets.GITHUB_TOKEN }}
@@ -131,7 +131,7 @@ refer [jacoco-android-playground](https://github.com/thsaravana/jacoco-android-p
131131
```yaml
132132
- name: Jacoco Report to PR
133133
id: jacoco
134-
uses: madrapps/jacoco-report@v1.5
134+
uses: madrapps/jacoco-report@v1.6
135135
with:
136136
paths: |
137137
${{ github.workspace }}/**/build/reports/jacoco/**/prodNormalDebugCoverage.xml,

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jacoco-report",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Github action that publishes the JaCoCo report as a comment in the Pull Request",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)