badges / shields

Concise, consistent, and legible badges in SVG and raster format
https://shields.io
Creative Commons Zero v1.0 Universal
23.75k stars 5.5k forks source link

Extend usage of build-status.js #2706

Closed PyvesB closed 5 years ago

PyvesB commented 5 years ago

A number of services display information about the current build status (for example: ), however, we do not always do things consistently:

See discussions in #2660 for more information. We should go through our refactored services and use the functions in build-status.js where appropriate.

The isBuildStatus validator in test-validators.js is now duplicated, shall we remove it and use the one from build-status.js inside our tests?

paulmelnikow commented 5 years ago

The isBuildStatus validator in test-validators.js is now duplicated, shall we remove it and use the one from build-status.js inside our tests?

It's the same list? Then I say definitely! 👍

PyvesB commented 5 years ago

Completed in the two linked pull requests, closing.