Skip to content

feat: migrate to typescript #169

feat: migrate to typescript

feat: migrate to typescript #169

Triggered via pull request September 9, 2024 23:00
Status Failure
Total duration 21s
Artifacts

ci_tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
test: bin/commands/backfill.ts#L12
Parameter 'program' implicitly has an 'any' type.
test: bin/commands/backfill.ts#L20
Parameter 'options' implicitly has an 'any' type.
test: bin/commands/backfill.ts#L24
Argument of type 'Date' is not assignable to parameter of type 'number'.
test: bin/commands/backfill.ts#L25
Argument of type 'Date' is not assignable to parameter of type 'number'.
test: bin/commands/backfill.ts#L47
Argument of type '{ configuration: any; files: File[]; codeOwners: Codeowners; quiet: any; }' is not assignable to parameter of type '{ configuration: any; files: any; metricNames: any; codeOwners: any; quiet: any; }'.
test: src/git.ts#L6
Property 'stdout' does not exist on type 'unknown'.
test
Process completed with exit code 2.