diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2b97e8..6a518b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,4 +11,4 @@ jobs: with: node-version: '10.x' - run: npm install - - run: npm test --ci + - run: npm test -- --ci --coverage diff --git a/fixtures/payloads/push.json b/fixtures/payloads/push.json deleted file mode 100644 index 48f6643..0000000 --- a/fixtures/payloads/push.json +++ /dev/null @@ -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": {} -}