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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -