1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Ignore trivial files from coverage

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2023-03-21 09:21:58 +02:00
parent 42bd808e43
commit 5dcf6ccae8
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/* c8 ignore start */
import { getInjectable } from "@ogre-tools/injectable";
import {
RequestChannel,
@ -19,3 +20,4 @@ const requestFromChannelInjectable = getInjectable({
});
export default requestFromChannelInjectable;
/* c8 ignore stop */

View File

@ -1,3 +1,4 @@
/* c8 ignore start */
import { getInjectable } from "@ogre-tools/injectable";
import { webContents } from "electron";
@ -8,3 +9,4 @@ const getWebContentsInjectable = getInjectable({
});
export default getWebContentsInjectable;
/* c8 ignore stop */