mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
use absolute path to output lcov file for coveralls (#28075)
This commit is contained in:
parent
3aeda9942d
commit
842da1ddc3
@ -1,6 +1,7 @@
|
||||
/* eslint-env node */
|
||||
/* eslint no-process-env: 0 */
|
||||
|
||||
const path = require('path')
|
||||
const ip = require('ip')
|
||||
const {
|
||||
browsers,
|
||||
@ -114,7 +115,7 @@ if (bundle) {
|
||||
conf.customLaunchers = customLaunchers
|
||||
conf.detectBrowsers = detectBrowsers
|
||||
conf.coverageIstanbulReporter = {
|
||||
dir: '../coverage/',
|
||||
dir: path.resolve(__dirname, '../coverage/'),
|
||||
reports: ['lcov', 'text-summary'],
|
||||
thresholds: {
|
||||
emitWarning: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user