feat: add plural support #10
build.yml
on: pull_request
Annotations
12 errors
lint-prettier
Process completed with exit code 1.
|
modules/manager/metadata › plural has readme with no h1 or h2:
lib/modules/manager/metadata.spec.ts#L32
expect(received).toBeDefined()
Received: undefined
at lib/modules/manager/metadata.spec.ts:32:22
|
modules/manager/plural/extract › extractPackageFile() › skips invalid registry urls:
lib/modules/manager/plural/extract.spec.ts#L26
expect(received).not.toBeNull()
Received: null
at Object.<anonymous> (lib/modules/manager/plural/extract.spec.ts:26:26)
|
test (1/3)
Process completed with exit code 1.
|
test (3/3)
The job was canceled because "ubuntu-latest_true_test__" failed.
|
logger/err-serializer › got › sanitize http error:
lib/logger/err-serializer.spec.ts#L102
expect(received).toMatchSnapshot(properties)
Snapshot name: `logger/err-serializer got sanitize http error 1`
- Snapshot - 1
+ Received + 1
@@ -4,11 +4,11 @@
"name": "HTTPError",
"options": {
"headers": {
"accept": "application/json",
"accept-encoding": "gzip, deflate, br",
- "user-agent": "RenovateBot/0.0.0-semantic-release (https://github.com/renovatebot/renovate)",
+ "user-agent": "RenovateBot/1.0.0 (https://github.com/renovatebot/renovate)",
},
"hostType": "any",
"http2": false,
"method": "POST",
"password": "***********",
at Object.<anonymous> (lib/logger/err-serializer.spec.ts:102:34)
|
test (3/3)
The operation was canceled.
|
test (2/3)
The job was canceled because "ubuntu-latest_true_test__" failed.
|
workers/repository/update/branch/index › processBranch › throws and swallows branch errors:
lib/modules/manager/plural/webhook.ts#L28
Unsupported platform: undefined
at generatePRLink (lib/modules/manager/plural/webhook.ts:28:9)
at generatePRLink (lib/modules/manager/plural/webhook.ts:12:15)
at Object.processBranch (lib/workers/repository/update/branch/index.ts:883:15)
at Object.<anonymous> (lib/workers/repository/update/branch/index.spec.ts:1091:35)
|
workers/repository/update/branch/index › processBranch › checks out baseBranch after committing files:
lib/modules/manager/plural/webhook.ts#L28
Unsupported platform: undefined
at generatePRLink (lib/modules/manager/plural/webhook.ts:28:9)
at generatePRLink (lib/modules/manager/plural/webhook.ts:12:15)
at Object.processBranch (lib/workers/repository/update/branch/index.ts:883:15)
at Object.<anonymous> (lib/workers/repository/update/branch/index.spec.ts:2297:7)
|
test (2/3)
The operation was canceled.
|
test-success
Process completed with exit code 1.
|