Closed sjd78 closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 42.22%. Comparing base (
b654645
) to head (66a093d
). Report is 174 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Analysis button enabled when the selected app doesn't have a task:
Analysis button disabled when one of the selected apps has a queued task:
Analysis button enabled when selected an app whose previous task is complete:
On the application table, update the analysis button's enable/disable check such that analysis is only allowed to be started when all of the tasks for the selected applications are in a terminal state (they are not in-flight/queued).
Fixes: #1976