Update build status list (#2965)
Fixes #2848 Appveyor briefly has a status of `starting` before the job begins, so adding `starting` to the list of `otherStatuses` to prevent the Appveyor badges from showing `invalid response data` during that window
This commit is contained in:
committed by
Paul Melnikow
parent
dbe5eb8346
commit
8d94c25c8a
@@ -29,6 +29,7 @@ const otherStatuses = [
|
||||
'running',
|
||||
'scheduled',
|
||||
'skipped',
|
||||
'starting',
|
||||
'stopped',
|
||||
'waiting',
|
||||
]
|
||||
|
||||
@@ -76,6 +76,7 @@ test(renderBuildStatusBadge, () => {
|
||||
given({ status: 'running' }),
|
||||
given({ status: 'scheduled' }),
|
||||
given({ status: 'skipped' }),
|
||||
given({ status: 'starting' }),
|
||||
given({ status: 'stopped' }),
|
||||
given({ status: 'waiting' }),
|
||||
]).assert('should have undefined color', b =>
|
||||
|
||||
Reference in New Issue
Block a user