Skip to content

Commit

Permalink
improved docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eleboys committed Dec 19, 2020
1 parent 07e698f commit 31d9af5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,13 @@ jobs:
run: npm run test -- --no-watch --no-progress --browsers=ChromeHeadlessCI

- name: Coverage report
uses: eleboys/test-coverage-report@v1
uses: eleboys/test-coverage-report-action@v1
id: report
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: coverage/coverage-summary.json
title: Karma Test Coverage

- name: Get the output time
run: echo "Report coverage json ${{ steps.report.outputs.summary }}"
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-coverage-report-action",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 31d9af5

Please sign in to comment.