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
Post a Comment