mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-13 18:58:53 +01:00
Fix CI not working after moving code into subdir
This commit is contained in:
parent
c5c75e6373
commit
15fd318a97
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ test:
|
|||
- pub global activate junitreport
|
||||
- export PATH="$PATH":"$HOME/.pub-cache/bin"
|
||||
script:
|
||||
- cd app
|
||||
- flutter test --machine --coverage | tojunit -o report.xml
|
||||
- lcov --summary coverage/lcov.info
|
||||
- genhtml coverage/lcov.info --output=coverage
|
||||
|
@ -15,7 +16,7 @@ test:
|
|||
artifacts:
|
||||
name: coverage
|
||||
paths:
|
||||
- $CI_PROJECT_DIR/coverage
|
||||
- $CI_PROJECT_DIR/app/coverage
|
||||
reports:
|
||||
junit: report.xml
|
||||
expire_in: 6 mos
|
Loading…
Reference in a new issue