We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746e285 commit 7cefa11Copy full SHA for 7cefa11
.github/workflows/node.yml
@@ -54,4 +54,6 @@ jobs:
54
55
- name: Testing
56
run: |
57
- npm run test --if-present
+ npm run test:coverage --if-present
58
+
59
+ - uses: codecov/codecov-action@v2
jest.config.js
@@ -7,10 +7,6 @@ module.exports = {
7
'src/**/*.{js,vue}',
8
'!**/node_modules/**',
9
],
10
- coverageReporters: [
11
- 'html',
12
- 'text-summary',
13
- ],
14
setupFilesAfterEnv: [
15
'<rootDir>/tests/setup.js',
16
0 commit comments