mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
test: show coverage in CI tests
This commit is contained in:
parent
3e346d92de
commit
c8ff3dcea8
2 changed files with 1 additions and 16 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -11,4 +11,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: '10.x'
|
node-version: '10.x'
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm test --ci
|
- run: npm test -- --ci --coverage
|
||||||
|
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
||||||
{
|
|
||||||
"after": "cb3c15aee3d0fb546fa1509eef4286e421529e1e",
|
|
||||||
"base_ref": null,
|
|
||||||
"before": "d33e92a269fea31eac29d2dcbe964902cf0aee61",
|
|
||||||
"commits": [],
|
|
||||||
"compare": "https://github.com/wagoid/commitlint-github-action/compare/d33e92a269fe...cb3c15aee3d0",
|
|
||||||
"created": false,
|
|
||||||
"deleted": false,
|
|
||||||
"forced": false,
|
|
||||||
"head_commit": {},
|
|
||||||
"pusher": {},
|
|
||||||
"ref": "refs/heads/master",
|
|
||||||
"repository": {},
|
|
||||||
"sender": {}
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue