Skip to content

feat: Egress Traffic Tracking + Stripe Billing Meters #1706

feat: Egress Traffic Tracking + Stripe Billing Meters

feat: Egress Traffic Tracking + Stripe Billing Meters #1706

Triggered via pull request October 24, 2024 18:36
Status Failure
Total duration 1m 12s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
Test: billing/test/helpers/context.js#L206
Unused '@ts-expect-error' directive.
Test: billing/test/helpers/context.js#L210
Type 'Handler<SQSEvent, { error: { name: string; message: string; cause: EncodeFailure | DecodeFailure | StoreOperationFailure | RecordNotFound<...>; }; statusCode?: undefined; body?: undefined; batchItemFailures?: undefined; } | { ...; }>' is not assignable to type 'Handler<SQSEvent, { statusCode: number; body: string; }>'.
Test: upload-api/functions/ucan-invocation-router.js#L295
Type '{ report(provider: `did:web:${string}`, space: `did:key:${string}`, period: { from: Date; to: Date; }): Promise<({ ok?: undefined; } & { error: Failure; }) | { ok: UsageData; }>; record(space: `did:key:${string}`, customer: `did:mailto:${string}`, resource: UnknownLink, bytes: bigint, servedAt: Date, cause: UnknownL...' is not assignable to type 'UsageStorage'.
Test
Process completed with exit code 1.
Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/