mirror of
https://github.com/mattermost/mattermost.git
synced 2026-09-21 05:54:10 +08:00
Fix webapp code coverage tracking (#31360)
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
name: Web App CI Template
|
||||
on:
|
||||
workflow_call:
|
||||
secrets:
|
||||
CODECOV_TOKEN:
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
check-lint:
|
||||
|
||||
@@ -12,7 +12,7 @@ const config = {
|
||||
],
|
||||
coveragePathIgnorePatterns: [
|
||||
'/node_modules/',
|
||||
'packages/mattermost-redux/src/selectors/create_selector',
|
||||
'mattermost-redux/src/selectors/create_selector',
|
||||
],
|
||||
coverageReporters: ['lcov', 'text-summary'],
|
||||
fakeTimers: {
|
||||
|
||||
Reference in New Issue
Block a user