Skip to content

Commit

Permalink
chore: bump to 0.5.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliimelnychuk committed Aug 23, 2021
1 parent 12ba55c commit 505a266
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To integrate with this Github Action, you can just use following configuration i
```yml
- name: Generate Code Coverage report
id: code-coverage
uses: barecheck/[email protected].0
uses: barecheck/[email protected].1
with:
barecheck-github-app-token: ${{ secrets.BARECHECK_GITHUB_APP_TOKEN }}
lcov-file: "./coverage/lcov.info"
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
# Compares two code coverage files and generates report as a comment
- name: Generate Code Coverage report
id: code-coverage
uses: barecheck/[email protected].0
uses: barecheck/[email protected].1
with:
barecheck-github-app-token: ${{ secrets.BARECHECK_GITHUB_APP_TOKEN }}
lcov-file: "./coverage/lcov.info"
Expand All @@ -130,7 +130,7 @@ If you have monorepo with more then one application and want to have different c
```yml
- name: Application1 - Generate Code Coverage report
id: code-coverage
uses: barecheck/[email protected].0
uses: barecheck/[email protected].1
with:
barecheck-github-app-token: ${{ secrets.BARECHECK_GITHUB_APP_TOKEN }}
lcov-file: "./coverage/lcov.info"
Expand All @@ -141,7 +141,7 @@ If you have monorepo with more then one application and want to have different c
```yml
- name: Application2 - Generate Code Coverage report
id: code-coverage
uses: barecheck/[email protected].0
uses: barecheck/[email protected].1
with:
barecheck-github-app-token: ${{ secrets.BARECHECK_GITHUB_APP_TOKEN }}
lcov-file: "./coverage/lcov.info"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-coverage-action",
"version": "0.5.0",
"version": "0.5.1",
"description": "GitHub Action that posts coverage as comment in Pull request",
"main": "src/index.js",
"dependencies": {
Expand Down

0 comments on commit 505a266

Please sign in to comment.