Skip to content

Commit 5ba4432

Browse files
release 0.2.0 version
1 parent f5c563d commit 5ba4432

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
# Compares two code coverage files and generates report as a comment
7878
- name: Generate Code Coverage report
7979
id: code-coverage
80-
uses: barecheck/code-coverage-action@v0.1-beta.1
80+
uses: barecheck/code-coverage-action@v0.2.0
8181
with:
8282
github-token: ${{ secrets.GITHUB_TOKEN }}
8383
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.0.1",
3+
"version": "0.2.0",
44
"description": "GitHub Action that posts coverage as comment in Pull request",
55
"main": "src/index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)