[MM-62409] Generate and publish code coverage for webapp (#31144)

* Generate and publish code coverage for webapp

* Upate coverage output path

* Simplify coverage patterns

* Disable coverage file search

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Claudio Costa
2025-06-05 06:04:27 -06:00
коммит произвёл GitHub
родитель 50d81c2a38
Коммит 65c5f40c6a
5 изменённых файлов: 16 добавлений и 10 удалений

3
.github/codecov.yml поставляемый
Просмотреть файл

@@ -9,5 +9,8 @@ coverage:
project:
default:
threshold: 1.0
codecov:
notify:
after_n_builds: 2 # Server and webapp at this point
ignore:
- ^store/storetest.*