Fix webapp code coverage tracking (#31360)

Этот коммит содержится в:
Claudio Costa
2025-06-10 02:09:55 -06:00
коммит произвёл GitHub
родитель 8f74daa9b8
Коммит 2fd319b0ac
2 изменённых файлов: 4 добавлений и 1 удалений

3
.github/workflows/webapp-ci-template.yml поставляемый
Просмотреть файл

@@ -4,6 +4,9 @@
name: Web App CI Template name: Web App CI Template
on: on:
workflow_call: workflow_call:
secrets:
CODECOV_TOKEN:
required: true
jobs: jobs:
check-lint: check-lint:

Просмотреть файл

@@ -12,7 +12,7 @@ const config = {
], ],
coveragePathIgnorePatterns: [ coveragePathIgnorePatterns: [
'/node_modules/', '/node_modules/',
'packages/mattermost-redux/src/selectors/create_selector', 'mattermost-redux/src/selectors/create_selector',
], ],
coverageReporters: ['lcov', 'text-summary'], coverageReporters: ['lcov', 'text-summary'],
fakeTimers: { fakeTimers: {