No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
4f4b486
... +0 ...
fd93ade
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
116 | 116 | ||
117 | 117 | if (repo.id === 'android') { |
|
118 | 118 | shelljs.sed('-i', /CORDOVA_VERSION.*=.*;/, 'CORDOVA_VERSION = "' + version + '";', path.join('framework', 'src', 'org', 'apache', 'cordova', 'CordovaWebView.java')); |
|
119 | - | // Set build.gradle version, vcsTag, and name |
|
120 | - | shelljs.sed('-i', /version.*=.*/, "version = '" + version + "'", path.join('framework', 'build.gradle')); |
|
121 | - | shelljs.sed('-i', /vcsTag.*=.*/, "vcsTag = '" + version + "'", path.join('framework', 'build.gradle')); |
|
122 | - | shelljs.sed('-i', /version.{\n.*(name.*=.*)/, "version {\n name = '" + version + "'", path.join('framework', 'build.gradle')); |
|
123 | 119 | } |
|
120 | + | ||
124 | 121 | shelljs.config.fatal = false; |
|
125 | 122 | ||
126 | 123 | if (!(yield gitutil.pendingChangesExist())) { |
Files | Coverage |
---|---|
src | -0.25% 58.74% |
Project Totals (8 files) | 58.74% |
fd93ade
4f4b486