Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperKanat committed Oct 24, 2023
1 parent 3c207d8 commit 8f7bcb4
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test:
npm test

test-coverage:
npm test --coverage --coverageProviderv8
npx jest --coverage

lint:
npx eslint
4 changes: 2 additions & 2 deletions coverage/clover.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<coverage generated="1698147265157" clover="3.2.0">
<project timestamp="1698147265157" name="All files">
<coverage generated="1698147423841" clover="3.2.0">
<project timestamp="1698147423841" name="All files">
<metrics statements="24" coveredstatements="24" conditionals="18" coveredconditionals="15" methods="2" coveredmethods="2" elements="44" coveredelements="41" complexity="0" loc="24" ncloc="24" packages="2" files="2" classes="2"/>
<package name="__fixtures__">
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/__fixtures__/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1><a href="../index.html">All files</a> __fixtures__</h1>
<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-10-24T11:34:25.152Z
at 2023-10-24T11:37:03.836Z
</div>
<script src="../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/__fixtures__/result.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">__fixtures__</a
<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-10-24T11:34:25.152Z
at 2023-10-24T11:37:03.836Z
</div>
<script src="../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h1>All files</h1>
<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-10-24T11:34:25.152Z
at 2023-10-24T11:37:03.836Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1><a href="../index.html">All files</a> src</h1>
<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-10-24T11:34:25.152Z
at 2023-10-24T11:37:03.836Z
</div>
<script src="../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/src/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">src</a> index.j
<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-10-24T11:34:25.152Z
at 2023-10-24T11:37:03.836Z
</div>
<script src="../prettify.js"></script>
<script>
Expand Down

0 comments on commit 8f7bcb4

Please sign in to comment.