Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitLabCI badges don't recognise hosting service #155

Closed
judober opened this issue Apr 17, 2020 · 0 comments · Fixed by #157
Closed

GitLabCI badges don't recognise hosting service #155

judober opened this issue Apr 17, 2020 · 0 comments · Fixed by #157

Comments

@judober
Copy link

judober commented Apr 17, 2020

I just created a module with GitLabCI using interactive_template() on a custom server (not gitlab.com).

I recognised that the badges (build and coverage) that were added automatically to the Readme didn't work. The error was that gitlab.com was used for the links and the custom server.

Original:

[![Coverage](https://gitlab.com/name/example.jl/badges/master/coverage.svg)](https://gitlab.com/name/example.jl/commits/master)

Fixed:

[![Coverage](https://customserver.com/name/example.jl/badges/master/coverage.svg)](https://customserver.com/name/example.jl/commits/master)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant