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
45c747dd9c
commit
361988daff
@ -18,7 +18,7 @@ coverage:
|
|||||||
stage: coverage
|
stage: coverage
|
||||||
coverage: '/^\s+lines.+: (\d+.\d*%)/'
|
coverage: '/^\s+lines.+: (\d+.\d*%)/'
|
||||||
script:
|
script:
|
||||||
- flutter test
|
- flutter test --coverage
|
||||||
- genhtml -o coverage coverage/lcov.info || exit 0
|
- genhtml -o coverage coverage/lcov.info || exit 0
|
||||||
|
|
||||||
build_web:
|
build_web:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user