Gitlab CI using Badges for each job -


let's have configured multiple jobs project following:

build_win32:   script: ...  build_ios:   script: ...  unit_tests:   script: ...  server_tests:   script: ...  client_tests:   script: ... 

what want achieve configure badges per each job under readme.md can have immediate feedback of part went wrong.

there gitlab documentation on setting badges has limitation shows how configure badges build , coverage status only.

i'm wondering if there such build-in feature in gitlab ci. use 3rd party plugins also. helps appreciated.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -