Skip to content

Commit ea623f5

Browse files
committed
docs: update badges.yml via Apex Optimizer
1 parent a42cf46 commit ea623f5

File tree

1 file changed

+14
-51
lines changed

1 file changed

+14
-51
lines changed

badges.yml

Lines changed: 14 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,19 @@
11
badges:
22
- name: Build Status
3-
format: github-actions
4-
repo: chirag127/JSErrorFlow-Realtime-DOM-Error-Visualizer-Browser-Extension
5-
workflow: ci.yml
6-
badge_label: Build
7-
logo: github
8-
style: flat-square
9-
10-
- name: Version
11-
format: npm
12-
package: jserrorflow-visualizer # Assuming a future NPM publish name
13-
badge_label: Version
14-
logo: npm
15-
style: flat-square
16-
3+
img: https://github.com/chirag127/JSErrorFlow-Real-Time-Visualizer-Browser-Extension/actions/workflows/ci.yml/badge.svg
4+
link: https://github.com/chirag127/JSErrorFlow-Real-Time-Visualizer-Browser-Extension/actions/workflows/ci.yml
175
- name: Code Coverage
18-
format: codecov
19-
repo: chirag127/JSErrorFlow-Realtime-DOM-Error-Visualizer-Browser-Extension
20-
file: coverage/coverage.json
21-
badge_label: Coverage
22-
logo: codecov
23-
style: flat-square
24-
25-
- name: Language
26-
format: shield
27-
label: TypeScript/JS
28-
message: 90% Typed
29-
color: 3178c6
30-
style: flat-square
31-
32-
- name: Linting
33-
format: shield
34-
label: Linting
35-
message: Biome Pass
36-
color: 008000
37-
style: flat-square
38-
6+
img: https://codecov.io/github/chirag127/JSErrorFlow-Real-Time-Visualizer-Browser-Extension/branch/main/graph/badge.svg?token=YOUR_CODECOV_TOKEN
7+
link: https://codecov.io/github/chirag127/JSErrorFlow-Real-Time-Visualizer-Browser-Extension
8+
- name: Tech Stack
9+
img: https://img.shields.io/badge/Tech%20Stack-TypeScript%2C%20Vite%2C%20Tauri%2C%20TailwindCSS-blue
10+
link: https://vitejs.dev/ https://tauri.app/ https://tailwindcss.com/
11+
- name: Lint & Format
12+
img: https://img.shields.io/badge/Lint%20%2F%20Format-Biome-FF9900
13+
link: https://biome.dev/
3914
- name: License
40-
format: badge
41-
license: cc-by-nc-4.0
42-
badge_label: License
43-
style: flat-square
44-
15+
img: https://img.shields.io/github/license/chirag127/JSErrorFlow-Real-Time-Visualizer-Browser-Extension?color=CC0000&style=flat-square
16+
link: https://github.com/chirag127/JSErrorFlow-Real-Time-Visualizer-Browser-Extension/blob/main/LICENSE
4517
- name: GitHub Stars
46-
format: github-stars
47-
user: chirag127
48-
repo: JSErrorFlow-Realtime-DOM-Error-Visualizer-Browser-Extension
49-
style: flat-square
50-
51-
- name: Framework
52-
format: shield
53-
label: Framework
54-
message: Vite/TS
55-
color: 747bff
56-
style: flat-square
18+
img: https://img.shields.io/github/stars/chirag127/JSErrorFlow-Real-Time-Visualizer-Browser-Extension?style=flat-square&logo=github
19+
link: https://github.com/chirag127/JSErrorFlow-Real-Time-Visualizer-Browser-Extension/stargazers

0 commit comments

Comments
 (0)