Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmerwin committed Jul 6, 2021
1 parent 1301fde commit 1d06dda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The action's step needs to run after your test suite has outputted an LCOV file.
| `coveralls-endpoint` | _optional_ | Hostname and protocol: `https://<host>`; Specifies a [Coveralls Enterprise](https://enterprise.coveralls.io/) hostname. |
| `base-path` | _optional_ | Path to the root folder of the project the coverage was collected in. Should be used in monorepos so that coveralls can process the LCOV correctly (e.g. packages/my-project) |
| `git-branch` | _optional_ | Default: GITHUB_REF environment variable. Override the branch name. |
| `git-commit` | _optional_ | Default: GITHUB_SHA environment variable. Override the commit sha. |
| `git-commit` | _optional_ | Default: GITHUB_SHA environment variable. Override the commit SHA. |

### Outputs:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coveralls-action",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"description": "Coveralls Github Action",
"main": "lib/main.js",
Expand Down

0 comments on commit 1d06dda

Please sign in to comment.