@@ -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"
0 commit comments