forked from webpro/programming-principles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbadges.yml
More file actions
27 lines (27 loc) · 1.31 KB
/
badges.yml
File metadata and controls
27 lines (27 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
badges:
- name: "Build Status"
type: "github-actions"
branch: "main"
repo: "chirag127/DevCore-Software-Design-Principles-Handbook"
path: ".github/workflows/ci.yml"
image: "https://img.shields.io/github/actions/workflow/user/chirag127/DevCore-Software-Design-Principles-Handbook/.github/workflows/ci.yml?branch=main&style=flat-square"
- name: "Code Coverage"
type: "codecov"
repo: "chirag127/DevCore-Software-Design-Principles-Handbook"
path: "main"
image: "https://codecov.io/gh/chirag127/DevCore-Software-Design-Principles-Handbook/branch/main/badge"
- name: "License"
type: "license"
repo: "chirag127/DevCore-Software-Design-Principles-Handbook"
image: "https://img.shields.io/github/license/chirag127/DevCore-Software-Design-Principles-Handbook?style=flat-square"
- name: "Tech Stack - Python"
type: "generic-py"
image: "https://img.shields.io/badge/Python-3.10%2B-blue?style=flat-square"
- name: "Lint & Format - Ruff"
type: "generic-ruff"
image: "https://img.shields.io/badge/Lint%20%26%20Format-Ruff-1f4032?style=flat-square"
- name: "Stars"
type: "github-stars"
repo: "chirag127/DevCore-Software-Design-Principles-Handbook"
image: "https://img.shields.io/github/stars/chirag127/DevCore-Software-Design-Principles-Handbook?style=flat-square"