Skip to content

Working configs

Working configs #95

Triggered via push May 8, 2025 04:40
Status Failure
Total duration 1m 0s
Artifacts

integration.yml

on: push
Run integration tests
57s
Run integration tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
Run integration tests
Process completed with exit code 1.
Run integration tests: src/MafTabixAdapter/MafTabixAdapter.ts#L90
Expected a `for-of` loop instead of a `for` loop with this simple iteration
Run integration tests: src/LinearMafRenderer/makeImageData.ts#L135
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
Run integration tests: src/LinearMafRenderer/makeImageData.ts#L123
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
Run integration tests: src/LinearMafDisplay/components/ReactComponent.tsx#L3
`../../BaseTooltip` import should occur after import of `./YScaleBars`
Run integration tests: src/LinearMafDisplay/components/ReactComponent.tsx#L3
There should be at least one empty line between import groups
Run integration tests: src/MafTabixAdapter/MafTabixAdapter.ts#L121
Unexpected console statement. Only these console methods are allowed: error, warn
Run integration tests: src/MafTabixAdapter/MafTabixAdapter.ts#L86
'i' is assigned a value but never used