リポジトリの状況 ==================== 放置しているものも含めてリポジトリごとの状況を確認する。 .. jinja:: repositories .. list-table:: :header-rows: 1 - - リポジトリ - 言語 - 最終更新 - Issue - CI - 対象 - 結果 - Cov. {% for repository in repositories|sort(attribute="name") %} - - `{{repository.name}} `_ - {{repository.main_languages}} - .. image:: https://img.shields.io/gitlab/last-commit/{{repository.gitlab_path}}?label= - .. image:: https://img.shields.io/gitlab/issues/open/{{repository.gitlab_path}}?label= - {{repository.ci_schedule}} - {{repository.default_branch}} - .. image:: https://img.shields.io/gitlab/pipeline-status/{{repository.gitlab_path}}?branch={{repository.default_branch}}&label= - {% if not repository.no_coverage %}.. image:: https://img.shields.io/gitlab/pipeline-coverage/{{repository.gitlab_path}}?branch={{repository.default_branch}}&label={% endif %} {% endfor %}