Fix webapp code coverage tracking (#31360)

This commit is contained in:
Claudio Costa
2025-06-10 08:09:55 +00:00
committed by GitHub
parent 8f74daa9b8
commit 2fd319b0ac
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -4,6 +4,9 @@
name: Web App CI Template
on:
workflow_call:
secrets:
CODECOV_TOKEN:
required: true
jobs:
check-lint:
+1 -1
View File
@@ -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: {