Skip to content

Commit

Permalink
refactor: chore changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhadip committed Sep 11, 2022
1 parent 981b1fa commit 37122db
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
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="1662866925122" clover="3.2.0">
<project timestamp="1662866925123" name="All files">
<coverage generated="1662867335730" clover="3.2.0">
<project timestamp="1662867335730" name="All files">
<metrics statements="51" coveredstatements="51" conditionals="47" coveredconditionals="42" methods="1" coveredmethods="1" elements="99" coveredelements="94" complexity="0" loc="51" ncloc="51" packages="1" files="1" classes="1"/>
<file name="Index.svelte" path="/Users/shubhadipmaity/projects/svelte-journey/svelte-otp/src/lib/Index.svelte">
<metrics statements="51" coveredstatements="51" conditionals="47" coveredconditionals="42" methods="1" coveredmethods="1"/>
Expand Down
4 changes: 2 additions & 2 deletions coverage/lcov-report/Index.svelte.html
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ <h1><a href="index.html">All files</a> Index.svelte</h1>
});
}

function checkValidity(doNotify: boolean, extrakeys?: { [x: string]: any } = {}): IInputValue | void {
function checkValidity(doNotify: boolean, extrakeys: { [x: string]: any } = {}): IInputValue | void {
let completevalue = '';
let isInputComplete = true;

Expand Down Expand Up @@ -511,7 +511,7 @@ <h1><a href="index.html">All files</a> Index.svelte</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 2022-09-11T03:28:45.118Z
at 2022-09-11T03:35:35.726Z
</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 @@ -101,7 +101,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 2022-09-11T03:28:45.118Z
at 2022-09-11T03:35:35.726Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
12 changes: 6 additions & 6 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ export default {
// coverageProvider: "babel",

// A list of reporter names that Jest uses when writing coverage reports
// coverageReporters: [
// "json",
// "text",
// "lcov",
// "clover"
// ],
coverageReporters: [
"json",
"text",
"lcov",
"clover"
],

// An object that configures minimum threshold enforcement for coverage results
// coverageThreshold: undefined,
Expand Down

0 comments on commit 37122db

Please sign in to comment.