I created a GitLab badge that shows the test coverage, using following “Badge imare URL”:
https://gitlab.cc-asp.foo.de/%{project_path}/badges/%{default_branch}/coverage.svg
If a user clicks on the badge, I would like to redirect to the corresponding job log:
https://gitlab.cc-asp.foo.de/%{project_path}/-/jobs/5938396
However, there does not seem to be a placeholder %{job_id} available:
https://docs.gitlab.com/ee/user/project/badges.html#placeholders
=> How can I define the dynamic url in the badge settings?
Maybe there is an alternative syntax, something with a query parameter like
?job=job_test