Skip to content

Check the CI status of the Volkamer Lab's repositories

License

Notifications You must be signed in to change notification settings

volkamerlab/lab_repos_check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

Volkamer Lab's repositories check

This is an overview of our published repositories' status:

  1. CI status
  2. Documentation status
  3. Last commit
  4. CI schedule (automatic CI runs)
  5. Number of open issues
  6. Number of open PRs
  7. Code coverage (CodeCov)
  8. Conda version
  9. License
  10. Main maintainer

Status

Repository CI Docs Last commit CI Schedule #Issues #PRs CodeCov Conda Licence Maintainer
teachopencadd GH Actions CI GH Actions Docs last-commit 0 3 * * 1 GitHub open issues GitHub open pr - Conda Version License: CC BY 4.0 @dominiquesydow
opencadd GH Actions CI Documentation Status last-commit 0 3 * * 1 GitHub open issues GitHub open pr codecov Conda Version License @dominiquesydow
kinfraglib GH Actions CI - last-commit 0 3 1,15 * * GitHub open issues GitHub open pr - - License @dominiquesydow
kissim GH Actions CI Documentation Status last-commit 0 3 * * 1 GitHub open issues GitHub open pr codecov Conda Version License @dominiquesydow
kissim_app GH Actions CI - last-commit 0 3 1,15 * * GitHub open issues GitHub open pr - - License @dominiquesydow
maxsmi GH Actions CI Documentation Status last-commit 0 8 1 * * GitHub open issues GitHub open pr codecov Conda Version License @t-kimber
website GH Actions CI - last-commit 0 3 * * 2 GitHub open issues GitHub open pr - - - @dominiquesydow
ratar GH Actions CI - last-commit 0 3 * * 1 GitHub open issues GitHub open pr - - License @dominiquesydow
dynophores* GH Actions CI Documentation Status last-commit 0 3 10 * * GitHub open issues GitHub open pr codecov Conda Version License @dominiquesydow

* This package is developed by the Wolber Lab. Dominique is currently maintaining it, which is why it shows up in this table.

How to add a new repository

We recommend to use VS Code and to unwrap words via View > Word wrap (untick); otherwise the Markdown table is hard to read.

For a new repository your_repo,

  1. Get CI badge as [![GH Actions CI ](https://github.com/volkamerlab/your_repo/workflows/CI/badge.svg)](https://github.com/volkamerlab/your_repo/actions?query=branch%3Amain+workflow%3ACI) (replace main with master if applicable to your repository).
  2. Get Docs badge:
    • If docs are on ReadTheDocs: [![Documentation Status](https://readthedocs.org/projects/your_repo/badge/?version=latest)](https://your_repo.readthedocs.io)
    • If not but you have a separate Docs GHA workflow: [![GH Actions Docs](https://github.com/volkamerlab/your_repo/workflows/Docs/badge.svg)](your-project-docs-url)
  3. Get last commit bagde as ![last-commit](https://img.shields.io/github/last-commit/volkamerlab/your_repo)
  4. Search your repo's CI workflow file, find cron job and get link as [0 3 * * 1](https://github.com/volkamerlab/teachopencadd/path/to/workflow/file) where [0 3 * * 1] is the cron job in the respective file.
  5. Get #Issues badge as ![GitHub open issues](https://img.shields.io/github/issues/volkamerlab/your_repo).
  6. Get #PRs badge as ![GitHub open pr](https://img.shields.io/github/issues-pr-raw/volkamerlab/your_repo).
  7. Get CodeCov badge as [![codecov](https://codecov.io/gh/volkamerlab/your_repo/branch/main/graph/badge.svg)](https://codecov.io/gh/volkamerlab/your_repo/branch/main) (replace main with master if applicable to your repository).
  8. Get Conda version badge as [![Conda Version](https://img.shields.io/conda/vn/conda-forge/your_repo.svg)](https://anaconda.org/conda-forge/your_repo)
  9. Check the license on your GitHub repository and either copy-paste badges from this README (if license already represented) or visit https://shields.io/category/license to find your license.
  10. Add the maintainer's GitHub handle.

About

Check the CI status of the Volkamer Lab's repositories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published