We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c563d commit 5ba4432Copy full SHA for 5ba4432
README.md
@@ -77,7 +77,7 @@ jobs:
77
# Compares two code coverage files and generates report as a comment
78
- name: Generate Code Coverage report
79
id: code-coverage
80
- uses: barecheck/code-coverage-action@v0.1-beta.1
+ uses: barecheck/code-coverage-action@v0.2.0
81
with:
82
github-token: ${{ secrets.GITHUB_TOKEN }}
83
lcov-file: './coverage/lcov.info'
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "code-coverage-action",
3
- "version": "0.0.1",
+ "version": "0.2.0",
4
"description": "GitHub Action that posts coverage as comment in Pull request",
5
"main": "src/index.js",
6
"dependencies": {
0 commit comments