Skip to content

Commit 840f42e

Browse files
authored
Releasing v1.5 (#51)
* Set version to v1.5 * Update README.md
1 parent 4a4edd0 commit 840f42e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Tests](https://github.com/Madrapps/jacoco-report/actions/workflows/check.yml/badge.svg)](https://github.com/Madrapps/jacoco-report/actions/workflows/check.yml)
44

55
A Github action that publishes the JaCoCo report as a comment in the Pull Request with customizable pass percentage for
6-
modified files and for the entire project.
6+
modified modules, files and for the entire project.
77

88
## Usage
99

@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Add coverage to PR
6060
id: jacoco
61-
uses: madrapps/jacoco-report@v1.4
61+
uses: madrapps/jacoco-report@v1.5
6262
with:
6363
paths: |
6464
${{ github.workspace }}/**/build/reports/jacoco/prodNormalDebugCoverage/prodNormalDebugCoverage.xml,
@@ -108,7 +108,7 @@ refer [jacoco-android-playground](https://github.com/thsaravana/jacoco-android-p
108108
```yaml
109109
- name: Jacoco Report to PR
110110
id: jacoco
111-
uses: madrapps/jacoco-report@v1.4
111+
uses: madrapps/jacoco-report@v1.5
112112
with:
113113
paths: ${{ github.workspace }}/build/reports/jacoco/testCoverage/testCoverage.xml
114114
token: ${{ secrets.GITHUB_TOKEN }}
@@ -129,7 +129,7 @@ refer [jacoco-android-playground](https://github.com/thsaravana/jacoco-android-p
129129
```yaml
130130
- name: Jacoco Report to PR
131131
id: jacoco
132-
uses: madrapps/jacoco-report@multi-module-support
132+
uses: madrapps/jacoco-report@v1.5
133133
with:
134134
paths: |
135135
${{ 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.4.0",
3+
"version": "1.5.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)