Skip to content

Commit 505a266

Browse files
chore: bump to 0.5.1 version
1 parent 12ba55c commit 505a266

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To integrate with this Github Action, you can just use following configuration i
3030
```yml
3131
- name: Generate Code Coverage report
3232
id: code-coverage
33-
uses: barecheck/code-coverage-action@v0.5.0
33+
uses: barecheck/code-coverage-action@v0.5.1
3434
with:
3535
barecheck-github-app-token: ${{ secrets.BARECHECK_GITHUB_APP_TOKEN }}
3636
lcov-file: "./coverage/lcov.info"
@@ -111,7 +111,7 @@ jobs:
111111
# Compares two code coverage files and generates report as a comment
112112
- name: Generate Code Coverage report
113113
id: code-coverage
114-
uses: barecheck/code-coverage-action@v0.5.0
114+
uses: barecheck/code-coverage-action@v0.5.1
115115
with:
116116
barecheck-github-app-token: ${{ secrets.BARECHECK_GITHUB_APP_TOKEN }}
117117
lcov-file: "./coverage/lcov.info"
@@ -130,7 +130,7 @@ If you have monorepo with more then one application and want to have different c
130130
```yml
131131
- name: Application1 - Generate Code Coverage report
132132
id: code-coverage
133-
uses: barecheck/code-coverage-action@v0.5.0
133+
uses: barecheck/code-coverage-action@v0.5.1
134134
with:
135135
barecheck-github-app-token: ${{ secrets.BARECHECK_GITHUB_APP_TOKEN }}
136136
lcov-file: "./coverage/lcov.info"
@@ -141,7 +141,7 @@ If you have monorepo with more then one application and want to have different c
141141
```yml
142142
- name: Application2 - Generate Code Coverage report
143143
id: code-coverage
144-
uses: barecheck/code-coverage-action@v0.5.0
144+
uses: barecheck/code-coverage-action@v0.5.1
145145
with:
146146
barecheck-github-app-token: ${{ secrets.BARECHECK_GITHUB_APP_TOKEN }}
147147
lcov-file: "./coverage/lcov.info"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-coverage-action",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "GitHub Action that posts coverage as comment in Pull request",
55
"main": "src/index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)