Skip to content

Commit

Permalink
Releasing v1.6 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
thsaravana committed Jul 30, 2023
1 parent 7a90ece commit 94dfcf8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Add coverage to PR
id: jacoco
uses: madrapps/jacoco-report@v1.5
uses: madrapps/jacoco-report@v1.6
with:
paths: |
${{ github.workspace }}/**/build/reports/jacoco/prodNormalDebugCoverage/prodNormalDebugCoverage.xml,
Expand Down Expand Up @@ -110,7 +110,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.5
uses: madrapps/jacoco-report@v1.6
with:
paths: ${{ github.workspace }}/build/reports/jacoco/testCoverage/testCoverage.xml
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -131,7 +131,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.5
uses: madrapps/jacoco-report@v1.6
with:
paths: |
${{ github.workspace }}/**/build/reports/jacoco/**/prodNormalDebugCoverage.xml,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jacoco-report",
"version": "1.5.0",
"version": "1.6.0",
"description": "Github action that publishes the JaCoCo report as a comment in the Pull Request",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 94dfcf8

Please sign in to comment.