[MM-62409] Fix webapp coverage upload for master runs (#31320)

* Fix webapp coverage upload for master runs

* Only pass codecov token

* Update to trigger workflow
This commit is contained in:
Claudio Costa
2025-06-10 08:37:04 +02:00
committed by GitHub
parent 09146310db
commit 8f74daa9b8
3 changed files with 5 additions and 2 deletions
+2
View File
@@ -8,3 +8,5 @@ on:
jobs:
master-ci:
uses: ./.github/workflows/webapp-ci-template.yml
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+2 -1
View File
@@ -18,4 +18,5 @@ concurrency:
jobs:
pr-ci:
uses: ./.github/workflows/webapp-ci-template.yml
secrets: inherit
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+1 -1
View File
@@ -12,7 +12,7 @@ const config = {
],
coveragePathIgnorePatterns: [
'/node_modules/',
'mattermost-redux/src/selectors/create_selector',
'packages/mattermost-redux/src/selectors/create_selector',
],
coverageReporters: ['lcov', 'text-summary'],
fakeTimers: {