From 840f42ece53dc43fff0c026828358b1f541835b3 Mon Sep 17 00:00:00 2001 From: Saravana Date: Tue, 25 Jul 2023 13:40:56 +0200 Subject: [PATCH] Releasing v1.5 (#51) * Set version to v1.5 * Update README.md --- README.md | 8 ++++---- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fda51bc..ed02b21 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Tests](https://github.com/Madrapps/jacoco-report/actions/workflows/check.yml/badge.svg)](https://github.com/Madrapps/jacoco-report/actions/workflows/check.yml) A Github action that publishes the JaCoCo report as a comment in the Pull Request with customizable pass percentage for -modified files and for the entire project. +modified modules, files and for the entire project. ## Usage @@ -58,7 +58,7 @@ jobs: - name: Add coverage to PR id: jacoco - uses: madrapps/jacoco-report@v1.4 + uses: madrapps/jacoco-report@v1.5 with: paths: | ${{ github.workspace }}/**/build/reports/jacoco/prodNormalDebugCoverage/prodNormalDebugCoverage.xml, @@ -108,7 +108,7 @@ refer [jacoco-android-playground](https://github.com/thsaravana/jacoco-android-p ```yaml - name: Jacoco Report to PR id: jacoco - uses: madrapps/jacoco-report@v1.4 + uses: madrapps/jacoco-report@v1.5 with: paths: ${{ github.workspace }}/build/reports/jacoco/testCoverage/testCoverage.xml token: ${{ secrets.GITHUB_TOKEN }} @@ -129,7 +129,7 @@ refer [jacoco-android-playground](https://github.com/thsaravana/jacoco-android-p ```yaml - name: Jacoco Report to PR id: jacoco - uses: madrapps/jacoco-report@multi-module-support + uses: madrapps/jacoco-report@v1.5 with: paths: | ${{ github.workspace }}/**/build/reports/jacoco/**/prodNormalDebugCoverage.xml, diff --git a/package-lock.json b/package-lock.json index fffbe36..6fc343c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jacoco-report", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "jacoco-report", - "version": "1.4.0", + "version": "1.5.0", "license": "ISC", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 5599bca..ba6df5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jacoco-report", - "version": "1.4.0", + "version": "1.5.0", "description": "Github action that publishes the JaCoCo report as a comment in the Pull Request", "main": "index.js", "scripts": {