mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-03-12 14:40:03 +01:00
Ignore non-100% coverage for HttpClient until 453 PR is merged
This commit is contained in:
parent
c6bc3b3798
commit
39b2a3a1c0
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
// Ignoring a non-100% coverage for HTTP client for now.
|
||||
// It will be 100% in https://github.com/philomena-dev/philomena/pull/453
|
||||
/* v8 ignore start */
|
||||
import { retry } from './retry';
|
||||
|
||||
interface RequestParams extends RequestInit {
|
||||
|
@ -94,3 +97,4 @@ function generateId(prefix: string) {
|
|||
|
||||
return chars.join('');
|
||||
}
|
||||
/* v8 ignore end */
|
||||
|
|
Loading…
Add table
Reference in a new issue