|
1 | | -badges: |
2 | | - - name: "Build Status" |
3 | | - image: "https://img.shields.io/github/actions/workflow/status/chirag127/AdGuard-FilterList-Management-Python-Lib/ci.yml?branch=main&style=flat-square&label=build" |
4 | | - link: "https://github.com/chirag127/AdGuard-FilterList-Management-Python-Lib/actions/workflows/ci.yml" |
5 | | - - name: "Code Coverage" |
6 | | - image: "https://img.shields.io/codecov/c/github/chirag127/AdGuard-FilterList-Management-Python-Lib?branch=main&style=flat-square" |
7 | | - link: "https://codecov.io/gh/chirag127/AdGuard-FilterList-Management-Python-Lib" |
8 | | - - name: "Language" |
9 | | - image: "https://img.shields.io/badge/language-Python-blue?style=flat-square&logo=python&logoColor=white" |
10 | | - link: "https://www.python.org/" |
11 | | - - name: "Linter" |
12 | | - image: "https://img.shields.io/badge/linter-Ruff-black?style=flat-square&logo=ruff&logoColor=white" |
13 | | - link: "https://docs.astral.sh/ruff/" |
14 | | - - name: "License" |
15 | | - image: "https://img.shields.io/badge/license-CC%20BY--NC%204.0-blue?style=flat-square" |
16 | | - link: "https://creativecommons.org/licenses/by-nc/4.0/" |
17 | | - - name: "GitHub Stars" |
18 | | - image: "https://img.shields.io/github/stars/chirag127/AdGuard-FilterList-Management-Python-Lib?style=flat-square&label=Stars" |
19 | | - link: "https://github.com/chirag127/AdGuard-FilterList-Management-Python-Lib/stargazers" |
| 1 | +build: |
| 2 | + # Link to GitHub Actions workflow |
| 3 | + github_actions: https://github.com/chirag127/AdGuard-FilterList-Management-Python-Lib/actions/workflows/ci.yml |
| 4 | + |
| 5 | +coverage: |
| 6 | + # Link to Codecov.io report |
| 7 | + codecov: https://codecov.io/github/chirag127/AdGuard-FilterList-Management-Python-Lib |
| 8 | + |
| 9 | +lint: |
| 10 | + # Link to Ruff linter status |
| 11 | + ruff: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/chirag127/AdGuard-FilterList-Management-Python-Lib/main/badges/ruff.json |
| 12 | + |
| 13 | +license: |
| 14 | + # License badge |
| 15 | + license: https://img.shields.io/badge/License-CC%20BY--NC%204.0-blue.svg |
| 16 | + |
| 17 | +repo: |
| 18 | + # GitHub stars badge |
| 19 | + stars: https://img.shields.io/github/stars/chirag127/AdGuard-FilterList-Management-Python-Lib?style=flat-square |
| 20 | + |
| 21 | +# All badge URLs in README.md should point to the following: |
| 22 | +# Base URL: https://github.com/chirag127/AdGuard-FilterList-Management-Python-Lib |
| 23 | +# Shields.io format: https://img.shields.io/github/workflow/status/<user>/<repo>/<workflow_name>?style=flat-square&logo=github |
| 24 | +# Example for CI: https://img.shields.io/github/workflow/status/chirag127/AdGuard-FilterList-Management-Python-Lib/CI%20-%20Build%20and%20Test.svg?style=flat-square&logo=github |
| 25 | +# Example for Coverage: https://img.shields.io/codecov/c/github/chirag127/AdGuard-FilterList-Management-Python-Lib?style=flat-square |
| 26 | +# Example for License: https://img.shields.io/badge/License-CC%20BY--NC%204.0-blue.svg |
| 27 | +# Example for Tech Stack (Python): https://img.shields.io/badge/python-3.11-blue.svg?style=flat-square&logo=python |
| 28 | +# Example for Linting (Ruff): https://img.shields.io/badge/lint-ruff-orange.svg?style=flat-square&logo=ruff |
0 commit comments