Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
minerva
frontend
Merge requests
!3
Development
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Development
development
into
main
Overview
0
Commits
30
Pipelines
2
Changes
14
Closed
Tadeusz Miesiąc
requested to merge
development
into
main
1 year ago
Overview
0
Commits
30
Pipelines
2
Changes
14
Expand
0
0
Merge request reports
Viewing commit
6932a435
Prev
Next
Show latest version
14 files
+
777
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
6932a435
chore(setup jest and test component): setup jest and test component
· 6932a435
Tadeusz Miesiąc
authored
1 year ago
coverage/lcov-report/ExampleDomain.component.tsx.html
0 → 100644
+
112
−
0
Options
<!doctype html>
<html
lang=
"en"
>
<head>
<title>
Code coverage report for ExampleDomain.component.tsx
</title>
<meta
charset=
"utf-8"
/>
<link
rel=
"stylesheet"
href=
"prettify.css"
/>
<link
rel=
"stylesheet"
href=
"base.css"
/>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"favicon.png"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<style
type=
'text/css'
>
.coverage-summary
.sorter
{
background-image
:
url(sort-arrow-sprite.png)
;
}
</style>
</head>
<body>
<div
class=
'wrapper'
>
<div
class=
'pad1'
>
<h1><a
href=
"index.html"
>
All files
</a>
ExampleDomain.component.tsx
</h1>
<div
class=
'clearfix'
>
<div
class=
'fl pad1y space-right2'
>
<span
class=
"strong"
>
100%
</span>
<span
class=
"quiet"
>
Statements
</span>
<span
class=
'fraction'
>
5/5
</span>
</div>
<div
class=
'fl pad1y space-right2'
>
<span
class=
"strong"
>
100%
</span>
<span
class=
"quiet"
>
Branches
</span>
<span
class=
'fraction'
>
0/0
</span>
</div>
<div
class=
'fl pad1y space-right2'
>
<span
class=
"strong"
>
50%
</span>
<span
class=
"quiet"
>
Functions
</span>
<span
class=
'fraction'
>
1/2
</span>
</div>
<div
class=
'fl pad1y space-right2'
>
<span
class=
"strong"
>
100%
</span>
<span
class=
"quiet"
>
Lines
</span>
<span
class=
'fraction'
>
4/4
</span>
</div>
</div>
<p
class=
"quiet"
>
Press
<em>
n
</em>
or
<em>
j
</em>
to go to the next uncovered block,
<em>
b
</em>
,
<em>
p
</em>
or
<em>
k
</em>
for the previous block.
</p>
<template
id=
"filterTemplate"
>
<div
class=
"quiet"
>
Filter:
<input
oninput=
"onInput()"
type=
"search"
id=
"fileSearch"
>
</div>
</template>
</div>
<div
class=
'status-line high'
></div>
<pre><table
class=
"coverage"
>
<tr><td
class=
"line-count quiet"
><a
name=
'L1'
></a><a
href=
'#L1'
>
1
</a>
<a
name=
'L2'
></a><a
href=
'#L2'
>
2
</a>
<a
name=
'L3'
></a><a
href=
'#L3'
>
3
</a>
<a
name=
'L4'
></a><a
href=
'#L4'
>
4
</a>
<a
name=
'L5'
></a><a
href=
'#L5'
>
5
</a>
<a
name=
'L6'
></a><a
href=
'#L6'
>
6
</a>
<a
name=
'L7'
></a><a
href=
'#L7'
>
7
</a>
<a
name=
'L8'
></a><a
href=
'#L8'
>
8
</a>
<a
name=
'L9'
></a><a
href=
'#L9'
>
9
</a>
<a
name=
'L10'
></a><a
href=
'#L10'
>
10
</a></td><td
class=
"line-coverage quiet"
><span
class=
"cline-any cline-yes"
>
1x
</span>
<span
class=
"cline-any cline-neutral"
>
</span>
<span
class=
"cline-any cline-yes"
>
1x
</span>
<span
class=
"cline-any cline-yes"
>
1x
</span>
<span
class=
"cline-any cline-neutral"
>
</span>
<span
class=
"cline-any cline-neutral"
>
</span>
<span
class=
"cline-any cline-neutral"
>
</span>
<span
class=
"cline-any cline-neutral"
>
</span>
<span
class=
"cline-any cline-yes"
>
1x
</span>
<span
class=
"cline-any cline-neutral"
>
</span></td><td
class=
"text"
><pre
class=
"prettyprint lang-js"
>
import React from 'react';
const ExampleDomain = (): JSX.Element =
>
{
const test =
<span
class=
"fstat-no"
title=
"function not covered"
>
(): void =
>
{}
</span>
;
return
<
p
>
test
<
/p
>
;
};
export default ExampleDomain;
</pre></td></tr></table></pre>
<div
class=
'push'
></div>
<!-- for sticky footer -->
</div>
<!-- /wrapper -->
<div
class=
'footer quiet pad2 space-top1 center small'
>
Code coverage generated by
<a
href=
"https://istanbul.js.org/"
target=
"_blank"
rel=
"noopener noreferrer"
>
istanbul
</a>
at 2023-09-18T20:52:56.190Z
</div>
<script
src=
"prettify.js"
></script>
<script>
window
.
onload
=
function
()
{
prettyPrint
();
};
</script>
<script
src=
"sorter.js"
></script>
<script
src=
"block-navigation.js"
></script>
</body>
</html>
\ No newline at end of file
Loading