Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
842da1dd
Unverified
Commit
842da1dd
authored
6 years ago
by
Johann-S
Committed by
GitHub
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
use absolute path to output lcov file for coveralls (#28075)
parent
3aeda994
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
js/tests/karma.conf.js
+2
-1
js/tests/karma.conf.js
with
2 additions
and
1 deletion
+2
-1
js/tests/karma.conf.js
+
2
-
1
View file @
842da1dd
/* 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
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets