Skip to content

Commit c898005

Browse files
committed
test(coverage): configured codecov
1 parent eb44498 commit c898005

File tree

4 files changed

+14938
-31
lines changed

4 files changed

+14938
-31
lines changed

.github/workflows/node-ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,17 @@ jobs:
3333
runs-on: ubuntu-latest
3434
strategy:
3535
matrix:
36-
node: ['12.20', 12, 14, 16]
36+
node:
37+
- '12.20'
38+
- 12
39+
- 14
40+
- 16
3741
steps:
3842
- uses: actions/checkout@v2
3943
- name: Setup node
4044
uses: actions/setup-node@v2
4145
with:
42-
node-version: '${{ matrix.node }}'
46+
node-version: ${{ matrix.node }}
4347
- uses: bahmutov/npm-install@v1
4448
- run: npm test
4549
release:

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ form8ion plugin for managing tools related to commit conventions
55
<!--status-badges start -->
66

77
[![Node CI Workflow Status][github-actions-ci-badge]][github-actions-ci-link]
8+
[![Codecov][coverage-badge]][coverage-link]
89

910
<!--status-badges end -->
1011

@@ -111,3 +112,7 @@ $ npm test
111112
[runkit-link]: https://npm.runkit.com/@form8ion/commit-convention
112113

113114
[runkit-badge]: https://badge.runkitcdn.com/@form8ion/commit-convention.svg
115+
116+
[coverage-link]: https://codecov.io/github/form8ion/commit-convention
117+
118+
[coverage-badge]: https://img.shields.io/codecov/c/github/form8ion/commit-convention.svg

0 commit comments

Comments
 (0)