Skip to content

Commit 5564625

Browse files
committed
add coverage
1 parent d791d14 commit 5564625

File tree

5 files changed

+545
-2
lines changed

5 files changed

+545
-2
lines changed

.codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
comment: off

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- name: Set up environment
1414
uses: ./.github/actions/setup
15-
- run: npm test
15+
- run: npm run coverage
16+
- uses: codecov/codecov-action@v3

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
/dist
3+
/coverage

0 commit comments

Comments
 (0)