@schemastore/codecov 0.0.9 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/index.d.ts +12 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,5 +8,5 @@ This package contains type definitions for codecov.
|
|
|
8
8
|
Files were exported from https://github.com/ffflorian/schemastore-updater/tree/main/schemas/codecov.
|
|
9
9
|
|
|
10
10
|
## Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Mon, Jan 23, 2023, 19:39:42 GMT
|
|
12
12
|
* Dependencies: none
|
package/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*
|
|
1
|
+
/* eslint-disable */
|
|
2
2
|
/**
|
|
3
3
|
* This file was automatically generated by json-schema-to-typescript.
|
|
4
4
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
@@ -255,7 +255,7 @@ export interface JSONSchemaForCodecovConfigurationFiles {
|
|
|
255
255
|
default?: Default;
|
|
256
256
|
[k: string]: Default1;
|
|
257
257
|
};
|
|
258
|
-
patch?: Default2 | "off";
|
|
258
|
+
patch?: Default2 | "off" | boolean;
|
|
259
259
|
changes?: Default3;
|
|
260
260
|
};
|
|
261
261
|
[k: string]: unknown;
|
|
@@ -292,6 +292,16 @@ export interface JSONSchemaForCodecovConfigurationFiles {
|
|
|
292
292
|
[k: string]: unknown;
|
|
293
293
|
}
|
|
294
294
|
| false;
|
|
295
|
+
/**
|
|
296
|
+
* GitHub Checks. See https://docs.codecov.com/docs/github-checks for details.
|
|
297
|
+
*/
|
|
298
|
+
github_checks?:
|
|
299
|
+
| {
|
|
300
|
+
annotations?: boolean;
|
|
301
|
+
[k: string]: unknown;
|
|
302
|
+
}
|
|
303
|
+
| boolean
|
|
304
|
+
| "off";
|
|
295
305
|
[k: string]: unknown;
|
|
296
306
|
}
|
|
297
307
|
export interface Default2 {
|
package/package.json
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"name": "@schemastore/codecov",
|
|
8
8
|
"repository": "https://github.com/ffflorian/schemastore-updater/tree/main/schemas/codecov",
|
|
9
9
|
"scripts": {},
|
|
10
|
-
"typesPublisherContentHash": "
|
|
10
|
+
"typesPublisherContentHash": "0c28ff27a22bfaef39d6d4b99931efd7f8880b377a360c19ba4958c5462def2b",
|
|
11
11
|
"types": "index.d.ts",
|
|
12
|
-
"version": "0.0.
|
|
12
|
+
"version": "0.0.10",
|
|
13
13
|
"typeScriptVersion": "2.2"
|
|
14
14
|
}
|