Skip to content

Adopt recommended tsconfig settings... #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 24 additions & 21 deletions node-client/coverage/api.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,24 @@ <h1>
</h1>
<div class='clearfix'>
<div class='fl pad1y space-right2'>
<span class="strong">2.92% </span>
<span class="strong">2.93% </span>
<span class="quiet">Statements</span>
<span class='fraction'>711/24385</span>
<span class='fraction'>714/24391</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">0.58% </span>
<span class="quiet">Branches</span>
<span class='fraction'>110/19019</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">2.1% </span>
<span class="strong">2.14% </span>
<span class="quiet">Functions</span>
<span class='fraction'>58/2759</span>
<span class='fraction'>59/2762</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">2.91% </span>
<span class="strong">2.92% </span>
<span class="quiet">Lines</span>
<span class='fraction'>710/24384</span>
<span class='fraction'>713/24390</span>
</div>
</div>
<p class="quiet">
Expand Down Expand Up @@ -73633,7 +73633,8 @@ <h1>
<a name='L73585'></a><a href='#L73585'>73585</a>
<a name='L73586'></a><a href='#L73586'>73586</a>
<a name='L73587'></a><a href='#L73587'>73587</a>
<a name='L73588'></a><a href='#L73588'>73588</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
<a name='L73588'></a><a href='#L73588'>73588</a>
<a name='L73589'></a><a href='#L73589'>73589</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
Expand Down Expand Up @@ -85744,7 +85745,8 @@ <h1>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-no">&nbsp;</span>
<span class="cline-any cline-no">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-no">&nbsp;</span>
Expand All @@ -85754,7 +85756,7 @@ <h1>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-neutral">&nbsp;</span>
Expand All @@ -85769,7 +85771,7 @@ <h1>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-no">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-no">&nbsp;</span>
Expand All @@ -85779,8 +85781,8 @@ <h1>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
Expand Down Expand Up @@ -159330,9 +159332,10 @@ <h1>
applyToRequest(requestOptions: request.Options): void;
}
&nbsp;
export class HttpBasicAuth implements Authentication {
public username: string;
public password: string;
<span class="fstat-no" title="function not covered" >export class HttpBasicAuth implements Authentication {</span>
public <span class="cstat-no" title="statement not covered" >username: string = '';</span>
public <span class="cstat-no" title="statement not covered" >password: string = '';</span>
&nbsp;
<span class="fstat-no" title="function not covered" > applyToRequest</span>(requestOptions: request.Options): void {
<span class="cstat-no" title="statement not covered" > requestOptions.auth = {</span>
username: this.username, password: this.password
Expand All @@ -159341,7 +159344,7 @@ <h1>
}
&nbsp;
export class ApiKeyAuth implements Authentication {
public apiKey: string;
public apiKey: string = '';
&nbsp;
constructor(private location: string, private paramName: string) {
}
Expand All @@ -159355,8 +159358,8 @@ <h1>
}
}
&nbsp;
export class OAuth implements Authentication {
public accessToken: string;
<span class="fstat-no" title="function not covered" >export class OAuth implements Authentication {</span>
public <span class="cstat-no" title="statement not covered" >accessToken: string = '';</span>
&nbsp;
<span class="fstat-no" title="function not covered" > applyToRequest</span>(requestOptions: request.Options): void {
<span class="cstat-no" title="statement not covered" > if (requestOptions &amp;&amp; requestOptions.headers) {</span>
Expand All @@ -159366,8 +159369,8 @@ <h1>
}
&nbsp;
export class VoidAuth implements Authentication {
public username: string;
public password: string;
public username: string = '';
public password: string = '';
<span class="fstat-no" title="function not covered" > applyToRequest</span>(_: request.Options): void {
// Do nothing
}
Expand Down Expand Up @@ -220813,7 +220816,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Fri Aug 24 2018 21:37:44 GMT-0700 (PDT)
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Wed Sep 19 2018 21:31:58 GMT-0700 (PDT)
</div>
</div>
<script src="prettify.js"></script>
Expand Down
Loading