mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-19 23:50:41 +01:00
[CI] Display coverage
Took 3 minutes
This commit is contained in:
parent
45c747dd9c
commit
361988daff
@ -18,7 +18,7 @@ coverage:
|
||||
stage: coverage
|
||||
coverage: '/^\s+lines.+: (\d+.\d*%)/'
|
||||
script:
|
||||
- flutter test
|
||||
- flutter test --coverage
|
||||
- genhtml -o coverage coverage/lcov.info || exit 0
|
||||
|
||||
build_web:
|
||||
|
Loading…
x
Reference in New Issue
Block a user