-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
12ba55c
commit 505a266
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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" | ||
|
@@ -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" | ||
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters