Skip to content

Add highlight overlay #156

Add highlight overlay

Add highlight overlay #156

Triggered via push January 24, 2026 16:45
Status Failure
Total duration 1m 7s
Artifacts

integration.yml

on: push
Run integration tests
1m 3s
Run integration tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Run integration tests: src/MafSequenceWidget/MafSequenceWidget.tsx#L197
Unnecessary optional chain on a non-nullish value
Run integration tests: src/MafSequenceWidget/MafSequenceWidget.tsx#L195
Promise-returning function provided to attribute where a void return was expected
Run integration tests: src/MafSequenceWidget/MafSequenceWidget.tsx#L184
Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function
Run integration tests: src/MafSequenceWidget/MafSequenceWidget.tsx#L183
Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function
Run integration tests: src/MafSequenceWidget/MafSequenceWidget.tsx#L168
Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function
Run integration tests: src/MafSequenceWidget/MafSequenceWidget.tsx#L167
Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function
Run integration tests: src/MafSequenceWidget/MafSequenceWidget.tsx#L165
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Run integration tests: src/MafSequenceWidget/MafSequenceWidget.tsx#L24
Prefer `globalThis` over `window`
Run integration tests: src/MafSequenceWidget/MafSequenceWidget.tsx#L24
Compare with `undefined` directly instead of using `typeof`
Run integration tests: src/LinearMafDisplay/stateModel.ts#L11
`SessionWithWidgets` import should occur before import of `getContainingTrack`