Skip to content

Commit 926c0aa

Browse files
committed
docs: update badges.yml via Apex Optimizer
1 parent ef381a2 commit 926c0aa

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

badges.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
badges:
3+
- name: "Build Status"
4+
type: "github-actions"
5+
branch: "main"
6+
repo: "chirag127/DevCore-Software-Design-Principles-Handbook"
7+
path: ".github/workflows/ci.yml"
8+
image: "https://img.shields.io/github/actions/workflow/user/chirag127/DevCore-Software-Design-Principles-Handbook/.github/workflows/ci.yml?branch=main&style=flat-square"
9+
- name: "Code Coverage"
10+
type: "codecov"
11+
repo: "chirag127/DevCore-Software-Design-Principles-Handbook"
12+
path: "main"
13+
image: "https://codecov.io/gh/chirag127/DevCore-Software-Design-Principles-Handbook/branch/main/badge"
14+
- name: "License"
15+
type: "license"
16+
repo: "chirag127/DevCore-Software-Design-Principles-Handbook"
17+
image: "https://img.shields.io/github/license/chirag127/DevCore-Software-Design-Principles-Handbook?style=flat-square"
18+
- name: "Tech Stack - Python"
19+
type: "generic-py"
20+
image: "https://img.shields.io/badge/Python-3.10%2B-blue?style=flat-square"
21+
- name: "Lint & Format - Ruff"
22+
type: "generic-ruff"
23+
image: "https://img.shields.io/badge/Lint%20%26%20Format-Ruff-1f4032?style=flat-square"
24+
- name: "Stars"
25+
type: "github-stars"
26+
repo: "chirag127/DevCore-Software-Design-Principles-Handbook"
27+
image: "https://img.shields.io/github/stars/chirag127/DevCore-Software-Design-Principles-Handbook?style=flat-square"

0 commit comments

Comments
 (0)