mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-21 08:40:40 +01:00
[CI] Display coverage
Took 3 minutes
This commit is contained in:
parent
22f1f7a0c3
commit
45c747dd9c
@ -14,11 +14,12 @@ code_analyze:
|
||||
script:
|
||||
- flutter analyze
|
||||
|
||||
test:
|
||||
coverage:
|
||||
stage: coverage
|
||||
dependencies: []
|
||||
coverage: '/^\s+lines.+: (\d+.\d*%)/'
|
||||
script:
|
||||
- flutter test
|
||||
- genhtml -o coverage coverage/lcov.info || exit 0
|
||||
|
||||
build_web:
|
||||
stage: coverage
|
||||
|
Loading…
x
Reference in New Issue
Block a user