mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-01-05 11:09:55 -06:00
5.4 KiB
5.4 KiB
GitHub Actions Status Badges
Add these badges to your README.md to show build status and coverage.
CI/CD Status Badges
Main CI Pipeline
[](https://github.com/{owner}/{repo}/actions/workflows/ci-comprehensive.yml)
Development Build
[](https://github.com/{owner}/{repo}/actions/workflows/cd-development.yml)
Release Build
[](https://github.com/{owner}/{repo}/actions/workflows/cd-release.yml)
Docker Publishing
[](https://github.com/{owner}/{repo}/actions/workflows/docker-publish.yml)
Migration Check
[](https://github.com/{owner}/{repo}/actions/workflows/migration-check.yml)
Coverage Badges
Codecov (if configured)
[](https://codecov.io/gh/{owner}/{repo})
Docker Image Badges
Docker Image Size
[](https://github.com/{owner}/{repo}/pkgs/container/{repo})
Docker Pulls
[](https://github.com/{owner}/{repo}/pkgs/container/{repo})
License and Version Badges
License
[](LICENSE)
Latest Release
[](https://github.com/{owner}/{repo}/releases/latest)
Python Version
[](https://www.python.org/downloads/)
Complete Badge Example
Here's a complete set of badges you can add to your README:
# TimeTracker
[](https://github.com/{owner}/{repo}/actions/workflows/ci-comprehensive.yml)
[](https://github.com/{owner}/{repo}/actions/workflows/cd-development.yml)
[](https://github.com/{owner}/{repo}/actions/workflows/cd-release.yml)
[](https://codecov.io/gh/{owner}/{repo})
[](LICENSE)
[](https://www.python.org/downloads/)
[](https://github.com/{owner}/{repo}/releases/latest)
Instructions
- Replace
{owner}with your GitHub username or organization name - Replace
{repo}with your repository name - Copy the badge markdown to your README.md
- Commit and push to see the badges appear
Custom Badges
You can create custom badges at shields.io.
Example: Test Coverage Custom Badge

Example: Build Status Custom Badge

Example: Tests Passing Badge

Note: Replace {owner} and {repo} with your actual GitHub username and repository name.