Add script to automatically update badges from gitlab projects
A new command is available under the gitlab
subcommand. It can create/update README badges for a project automatically.
To use it, just issue bdt gitlab badges <group>/<project> -vv
It partially solves #51 (closed) by providing a tool to automatically update repos in a consistent manner.
Merge request reports
Activity
@amohammadi: this new tool will automatically change a repo (badges on top and README) to fix all issues. Commits are applied directly to master with a
[ci skip]
.It still does not solve #51 (closed), but does help a lot.
Here is a project where that tool was used:
Please provide feedback.
added 1 commit
- de8a21f0 - [conda] Quickly test cli of new "badges" command
enabled an automatic merge when the pipeline for de8a21f0 succeeds
Notice this tool does not yet make the coverage badge point to the coverage reports (see changes in !152 (merged)). For that, we need more mods to
conda/meta.yaml
.mentioned in commit ffbf6dba