Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
X-tee
X-Road-catalogue
Commits
4297ea4d
Commit
4297ea4d
authored
Mar 25, 2019
by
Vitali Stupin
Browse files
Fixing coverage directory name
parent
d3b4e3ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/karma.conf.js
View file @
4297ea4d
...
...
@@ -16,7 +16,7 @@ module.exports = function (config) {
clearContext
:
false
// leave Jasmine Spec Runner output visible in browser
},
coverageIstanbulReporter
:
{
dir
:
require
(
'
path
'
).
join
(
__dirname
,
'
../coverage/
methods
'
),
dir
:
require
(
'
path
'
).
join
(
__dirname
,
'
../coverage/
xtss-catalogue
'
),
reports
:
[
'
html
'
,
'
lcovonly
'
,
'
text-summary
'
],
fixWebpackSourcePaths
:
true
},
...
...
RIA Bitbucket
@ria-bitbucket
mentioned in commit
8dd5bd9a
·
Nov 23, 2020
mentioned in commit
8dd5bd9a
mentioned in commit 8dd5bd9abb152d0cdbac5fa035be2a7ed6e5da73
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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