Skip to content

Commit c9132b3

Browse files
committed
docs: update badges.yml via Apex Optimizer
1 parent f93e311 commit c9132b3

File tree

1 file changed

+52
-43
lines changed

1 file changed

+52
-43
lines changed

badges.yml

Lines changed: 52 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,56 @@
1-
build:
2-
# GitHub Actions CI/CD
3-
- url: https://github.com/chirag127/JSErrorFlow-Real-Time-Visualizer-Browser-Extension/actions/workflows/ci.yml
4-
text: Build Status
1+
badges:
2+
- 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
57
logo: github
6-
color: brightgreen
78
style: flat-square
8-
coverage:
9-
# Codecov (Assuming it will be integrated)
10-
- url: https://codecov.io/github/chirag127/JSErrorFlow-Real-Time-Visualizer-Browser-Extension
11-
text: Coverage
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+
17+
- 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
1222
logo: codecov
13-
color: brightgreen
1423
style: flat-square
15-
tech_stack:
16-
# General tech stack indicators
17-
- text: TypeScript
18-
logo: typescript
19-
color: informatiomax
20-
style: flat-square
21-
- text: Vite
22-
logo: vite
23-
color: f7b841
24-
style: flat-square
25-
- text: WXT
26-
logo: wxt
27-
color: 475891
28-
style: flat-square
29-
lint:
30-
# Linter/Formatter status (Assuming Biome integration)
31-
- text: Linting
32-
logo: biome
33-
color: ff9933
34-
style: flat-square
35-
license:
36-
# Project License
37-
- text: CC BY-NC 4.0
38-
logo: creative-commons
39-
color: orange
40-
style: flat-square
41-
stars:
42-
# GitHub Stars
43-
- text: Stars
44-
logo: github
45-
color: blue
46-
style: flat-square
47-
url: https://github.com/chirag127/JSErrorFlow-Real-Time-Visualizer-Browser-Extension
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+
39+
- name: License
40+
format: badge
41+
license: cc-by-nc-4.0
42+
badge_label: License
43+
style: flat-square
44+
45+
- 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

0 commit comments

Comments
 (0)