Skip to content

Commit b294622

Browse files
committed
ignore coverage
1 parent 4a77ec3 commit b294622

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ examples/**/yarn.lock
1212
package-lock.json
1313
tsconfig.tsbuildinfo
1414
**/*.yalc
15-
yalc.lock
15+
yalc.lock
16+
coverage

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ module.exports = {
1919
]
2020
},
2121
coveragePathIgnorePatterns: ['/node_modules/', '/dist/', '/test/'],
22-
coverageReporters: ['text']
22+
coverageReporters: ['text', 'html']
2323
}

0 commit comments

Comments
 (0)