* 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>
17 строки
352 B
YAML
17 строки
352 B
YAML
comment:
|
|
layout: "diff, flags, files"
|
|
behavior: default
|
|
require_changes: false # if true: only post the comment if coverage changes
|
|
coverage:
|
|
status:
|
|
changes: false
|
|
patch: false
|
|
project:
|
|
default:
|
|
threshold: 1.0
|
|
codecov:
|
|
notify:
|
|
after_n_builds: 2 # Server and webapp at this point
|
|
ignore:
|
|
- ^store/storetest.*
|