diff --git a/.github/workflows/webapp-ci-template.yml b/.github/workflows/webapp-ci-template.yml index 174f5afc45..ddf03a5d76 100644 --- a/.github/workflows/webapp-ci-template.yml +++ b/.github/workflows/webapp-ci-template.yml @@ -4,6 +4,9 @@ name: Web App CI Template on: workflow_call: + secrets: + CODECOV_TOKEN: + required: true jobs: check-lint: diff --git a/webapp/channels/jest.config.js b/webapp/channels/jest.config.js index 4bb107b664..6213444593 100644 --- a/webapp/channels/jest.config.js +++ b/webapp/channels/jest.config.js @@ -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: {