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:
Caleb Cartwright
2019-02-09 15:43:08 -06:00
committed by Paul Melnikow
parent dbe5eb8346
commit 8d94c25c8a
2 changed files with 2 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ const otherStatuses = [
'running',
'scheduled',
'skipped',
'starting',
'stopped',
'waiting',
]

View File

@@ -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 =>