mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 15:40:40 +02:00
fixing path
This commit is contained in:
parent
88fba3aab3
commit
fcdf5abf5d
@ -51,7 +51,7 @@ cppcheck:
|
||||
- shell
|
||||
#allow_failure: true # Probably needed to allow failure
|
||||
script:
|
||||
- scripts/cppcheck.sh
|
||||
- server-sdk/scripts/cppcheck.sh
|
||||
|
||||
# Common checks ( Line endings )
|
||||
lineendings:
|
||||
@ -59,14 +59,14 @@ lineendings:
|
||||
tags:
|
||||
- shell
|
||||
script:
|
||||
- scripts/check.sh
|
||||
- server-sdk/scripts/check.sh
|
||||
|
||||
codecoverage:
|
||||
stage: test
|
||||
tags:
|
||||
- shell
|
||||
script:
|
||||
- scripts/codecoverage.sh
|
||||
- server-sdk/scripts/codecoverage.sh
|
||||
coverage: '/^\s+functions..:\s+(\d+\.\d+%).+$/'
|
||||
|
||||
doc:
|
||||
@ -74,4 +74,4 @@ doc:
|
||||
tags:
|
||||
- shell
|
||||
script:
|
||||
- scripts/doc.sh clean # 'clean' better clean before generating documentation
|
||||
- server-sdk/scripts/doc.sh clean # 'clean' better clean before generating documentation
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user