forked from I2P_Developers/i2p.i2p
gitlab-ci: Install grep instead of using busybox version
This commit is contained in:
@@ -19,6 +19,8 @@ check:
|
||||
codeCoverage:
|
||||
stage: test
|
||||
coverage: '/Total.*?([0-9]{1,3})%/'
|
||||
before_script:
|
||||
- apk add --no-cache grep
|
||||
script:
|
||||
- ./gradlew codeCoverageReport
|
||||
# The actual output that will be parsed by the code coverage
|
||||
|
||||
Reference in New Issue
Block a user