Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nmaas Portal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nmaas
nmaas Portal
Commits
9bbd585e
Commit
9bbd585e
authored
2 months ago
by
kbeyro
Browse files
Options
Downloads
Patches
Plain Diff
change coverage
parent
c18d8e00
No related branches found
No related tags found
2 merge requests
!184
Develop
,
!155
domain base add
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
karma.conf.js
+4
-2
4 additions, 2 deletions
karma.conf.js
with
4 additions
and
2 deletions
karma.conf.js
+
4
−
2
View file @
9bbd585e
...
@@ -35,7 +35,9 @@ module.exports = function (config) {
...
@@ -35,7 +35,9 @@ module.exports = function (config) {
coverageReporter
:
{
coverageReporter
:
{
dir
:
require
(
'
path
'
).
join
(
__dirname
,
'
coverage
'
),
dir
:
require
(
'
path
'
).
join
(
__dirname
,
'
coverage
'
),
subdir
:
'
.
'
,
subdir
:
'
.
'
,
exclude
:
[
'
**/*.spec.ts
'
],
exclude
:
[
'
**/*.spec.ts
'
,
'
**/*.service.ts
'
],
reporters
:
[
reporters
:
[
{
type
:
'
html
'
,
subdir
:
'
.
'
},
{
type
:
'
html
'
,
subdir
:
'
.
'
},
{
type
:
'
lcovonly
'
,
subdir
:
'
.
'
,
file
:
'
lcov.info
'
},
{
type
:
'
lcovonly
'
,
subdir
:
'
.
'
,
file
:
'
lcov.info
'
},
...
@@ -43,7 +45,7 @@ module.exports = function (config) {
...
@@ -43,7 +45,7 @@ module.exports = function (config) {
check
:
{
check
:
{
global
:
{
global
:
{
statements
:
40
,
statements
:
40
,
branches
:
20
,
branches
:
19
,
functions
:
30
,
functions
:
30
,
lines
:
30
,
lines
:
30
,
},
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment