File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Tests] ( https://github.com/Madrapps/jacoco-report/actions/workflows/check.yml/badge.svg )] ( https://github.com/Madrapps/jacoco-report/actions/workflows/check.yml )
4
4
5
5
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.
7
7
8
8
## Usage
9
9
58
58
59
59
- name : Add coverage to PR
60
60
id : jacoco
61
- uses : madrapps/jacoco-report@v1.4
61
+ uses : madrapps/jacoco-report@v1.5
62
62
with :
63
63
paths : |
64
64
${{ github.workspace }}/**/build/reports/jacoco/prodNormalDebugCoverage/prodNormalDebugCoverage.xml,
@@ -108,7 +108,7 @@ refer [jacoco-android-playground](https://github.com/thsaravana/jacoco-android-p
108
108
` ` ` yaml
109
109
- name: Jacoco Report to PR
110
110
id: jacoco
111
- uses: madrapps/jacoco-report@v1.4
111
+ uses: madrapps/jacoco-report@v1.5
112
112
with:
113
113
paths: ${{ github.workspace }}/build/reports/jacoco/testCoverage/testCoverage.xml
114
114
token: ${{ secrets.GITHUB_TOKEN }}
@@ -129,7 +129,7 @@ refer [jacoco-android-playground](https://github.com/thsaravana/jacoco-android-p
129
129
` ` ` yaml
130
130
- name: Jacoco Report to PR
131
131
id: jacoco
132
- uses: madrapps/jacoco-report@multi-module-support
132
+ uses: madrapps/jacoco-report@v1.5
133
133
with:
134
134
paths: |
135
135
${{ github.workspace }}/**/build/reports/jacoco/**/prodNormalDebugCoverage.xml,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jacoco-report" ,
3
- "version" : " 1.4 .0" ,
3
+ "version" : " 1.5 .0" ,
4
4
"description" : " Github action that publishes the JaCoCo report as a comment in the Pull Request" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments