Skip to content

Commit 7cefa11

Browse files
committed
Add codecov upload
Signed-off-by: John Molakvoæ <[email protected]>
1 parent 746e285 commit 7cefa11

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/node.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,6 @@ jobs:
5454
5555
- name: Testing
5656
run: |
57-
npm run test --if-present
57+
npm run test:coverage --if-present
58+
59+
- uses: codecov/codecov-action@v2

jest.config.js

-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ module.exports = {
77
'src/**/*.{js,vue}',
88
'!**/node_modules/**',
99
],
10-
coverageReporters: [
11-
'html',
12-
'text-summary',
13-
],
1410
setupFilesAfterEnv: [
1511
'<rootDir>/tests/setup.js',
1612
],

0 commit comments

Comments
 (0)