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
a25932c
... +1 ...
d7df81c
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
120 | 120 | .replace('{{github_node_version}}', config.versions.join(', ')) |
|
121 | 121 | .replace('{{github_os}}', os.join(', ')) |
|
122 | 122 | .replace('{{github_command_ci}}', config.command.github) |
|
123 | - | .replace('{{github_npm_install}}', config.npminstall ? 'npm i -g npminstall && npminstall' : 'npm i'); |
|
123 | + | .replace('{{github_npm_install}}', config.npminstall ? 'npm i -g npminstall@5 && npminstall' : 'npm i'); |
|
124 | 124 | ymlName = '.github/workflows/nodejs.yml'; |
|
125 | 125 | let dir = path.join(root, '.github'); |
|
126 | 126 | if (!fs.existsSync(dir)) fs.mkdirSync(dir); |
Files | Coverage |
---|---|
install.js | 96.67% |
Project Totals (1 files) | 96.67% |
d7df81c
dfc5ffa
a25932c