코드체크 결과 README에 뱃지로 추가
@@ -1,19 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="191" height="20" role="img" aria-label="adminfront coverage: 38.89%">
|
||||
<title>adminfront coverage: 38.89%</title>
|
||||
<linearGradient id="s" x2="0" y2="100%">
|
||||
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
|
||||
<stop offset="1" stop-opacity=".1"/>
|
||||
</linearGradient>
|
||||
<clipPath id="r"><rect width="191" height="20" rx="3" fill="#fff"/></clipPath>
|
||||
<g clip-path="url(#r)">
|
||||
<rect width="140" height="20" fill="#555"/>
|
||||
<rect x="140" width="51" height="20" fill="#bf8700"/>
|
||||
<rect width="191" height="20" fill="url(#s)"/>
|
||||
</g>
|
||||
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="11">
|
||||
<text x="70" y="15" fill="#010101" fill-opacity=".3">adminfront coverage</text>
|
||||
<text x="70" y="14">adminfront coverage</text>
|
||||
<text x="165.5" y="15" fill="#010101" fill-opacity=".3">38.89%</text>
|
||||
<text x="165.5" y="14">38.89%</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 1002 B |
19
docs/badges/adminfront.svg
Normal file
@@ -0,0 +1,19 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="136" height="20" role="img" aria-label="adminfront: unknown">
|
||||
<title>adminfront: unknown</title>
|
||||
<linearGradient id="s" x2="0" y2="100%">
|
||||
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
|
||||
<stop offset="1" stop-opacity=".1"/>
|
||||
</linearGradient>
|
||||
<clipPath id="r"><rect width="136" height="20" rx="3" fill="#fff"/></clipPath>
|
||||
<g clip-path="url(#r)">
|
||||
<rect width="78" height="20" fill="#555"/>
|
||||
<rect x="78" width="58" height="20" fill="#6e7781"/>
|
||||
<rect width="136" height="20" fill="url(#s)"/>
|
||||
</g>
|
||||
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="11">
|
||||
<text x="39" y="15" fill="#010101" fill-opacity=".3">adminfront</text>
|
||||
<text x="39" y="14">adminfront</text>
|
||||
<text x="107" y="15" fill="#010101" fill-opacity=".3">unknown</text>
|
||||
<text x="107" y="14">unknown</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 964 B |
19
docs/badges/backend-tests.svg
Normal file
@@ -0,0 +1,19 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="116" height="20" role="img" aria-label="backend: unknown">
|
||||
<title>backend: unknown</title>
|
||||
<linearGradient id="s" x2="0" y2="100%">
|
||||
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
|
||||
<stop offset="1" stop-opacity=".1"/>
|
||||
</linearGradient>
|
||||
<clipPath id="r"><rect width="116" height="20" rx="3" fill="#fff"/></clipPath>
|
||||
<g clip-path="url(#r)">
|
||||
<rect width="58" height="20" fill="#555"/>
|
||||
<rect x="58" width="58" height="20" fill="#6e7781"/>
|
||||
<rect width="116" height="20" fill="url(#s)"/>
|
||||
</g>
|
||||
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="11">
|
||||
<text x="29" y="15" fill="#010101" fill-opacity=".3">backend</text>
|
||||
<text x="29" y="14">backend</text>
|
||||
<text x="87" y="15" fill="#010101" fill-opacity=".3">unknown</text>
|
||||
<text x="87" y="14">unknown</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 950 B |
@@ -1,8 +1,20 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"generatedBy": "scripts/update_code_check_badges.mjs",
|
||||
"updatedAt": "2026-05-29T03:35:39.250Z",
|
||||
"updatedAt": "2026-05-29T08:13:02.131Z",
|
||||
"source": {
|
||||
"branch": "dev",
|
||||
"sha": null,
|
||||
"shortSha": null,
|
||||
"runId": null,
|
||||
"runNumber": null
|
||||
},
|
||||
"badges": {
|
||||
"dev-sha": {
|
||||
"label": "dev",
|
||||
"message": "unknown",
|
||||
"color": "#0969da"
|
||||
},
|
||||
"code-check": {
|
||||
"label": "code check",
|
||||
"message": "failing",
|
||||
@@ -13,30 +25,45 @@
|
||||
"message": "passing",
|
||||
"color": "#2ea043"
|
||||
},
|
||||
"userfront-e2e-fast": {
|
||||
"label": "userfront e2e fast",
|
||||
"message": "failing",
|
||||
"color": "#cf222e"
|
||||
},
|
||||
"userfront-e2e-full": {
|
||||
"label": "userfront e2e full",
|
||||
"backend-tests": {
|
||||
"label": "backend",
|
||||
"message": "unknown",
|
||||
"color": "#6e7781"
|
||||
},
|
||||
"adminfront-coverage": {
|
||||
"label": "adminfront coverage",
|
||||
"message": "38.89%",
|
||||
"color": "#bf8700"
|
||||
"userfront": {
|
||||
"label": "userfront",
|
||||
"message": "unknown",
|
||||
"color": "#6e7781"
|
||||
},
|
||||
"devfront-coverage": {
|
||||
"label": "devfront coverage",
|
||||
"message": "8.87%",
|
||||
"color": "#cf222e"
|
||||
"adminfront": {
|
||||
"label": "adminfront",
|
||||
"message": "unknown",
|
||||
"color": "#6e7781"
|
||||
},
|
||||
"orgfront-coverage": {
|
||||
"label": "orgfront coverage",
|
||||
"message": "37.50%",
|
||||
"color": "#bf8700"
|
||||
"devfront": {
|
||||
"label": "devfront",
|
||||
"message": "unknown",
|
||||
"color": "#6e7781"
|
||||
},
|
||||
"orgfront": {
|
||||
"label": "orgfront",
|
||||
"message": "unknown",
|
||||
"color": "#6e7781"
|
||||
},
|
||||
"userfront-chrome": {
|
||||
"label": "chrome",
|
||||
"message": "unknown",
|
||||
"color": "#6e7781"
|
||||
},
|
||||
"userfront-firefox": {
|
||||
"label": "firefox",
|
||||
"message": "unknown",
|
||||
"color": "#6e7781"
|
||||
},
|
||||
"userfront-safari": {
|
||||
"label": "safari",
|
||||
"message": "unknown",
|
||||
"color": "#6e7781"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
19
docs/badges/dev-sha.svg
Normal file
@@ -0,0 +1,19 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="20" role="img" aria-label="dev: unknown">
|
||||
<title>dev: unknown</title>
|
||||
<linearGradient id="s" x2="0" y2="100%">
|
||||
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
|
||||
<stop offset="1" stop-opacity=".1"/>
|
||||
</linearGradient>
|
||||
<clipPath id="r"><rect width="96" height="20" rx="3" fill="#fff"/></clipPath>
|
||||
<g clip-path="url(#r)">
|
||||
<rect width="38" height="20" fill="#555"/>
|
||||
<rect x="38" width="58" height="20" fill="#0969da"/>
|
||||
<rect width="96" height="20" fill="url(#s)"/>
|
||||
</g>
|
||||
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="11">
|
||||
<text x="19" y="15" fill="#010101" fill-opacity=".3">dev</text>
|
||||
<text x="19" y="14">dev</text>
|
||||
<text x="67" y="15" fill="#010101" fill-opacity=".3">unknown</text>
|
||||
<text x="67" y="14">unknown</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 931 B |
@@ -1,19 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="170" height="20" role="img" aria-label="devfront coverage: 8.87%">
|
||||
<title>devfront coverage: 8.87%</title>
|
||||
<linearGradient id="s" x2="0" y2="100%">
|
||||
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
|
||||
<stop offset="1" stop-opacity=".1"/>
|
||||
</linearGradient>
|
||||
<clipPath id="r"><rect width="170" height="20" rx="3" fill="#fff"/></clipPath>
|
||||
<g clip-path="url(#r)">
|
||||
<rect width="126" height="20" fill="#555"/>
|
||||
<rect x="126" width="44" height="20" fill="#cf222e"/>
|
||||
<rect width="170" height="20" fill="url(#s)"/>
|
||||
</g>
|
||||
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="11">
|
||||
<text x="63" y="15" fill="#010101" fill-opacity=".3">devfront coverage</text>
|
||||
<text x="63" y="14">devfront coverage</text>
|
||||
<text x="148" y="15" fill="#010101" fill-opacity=".3">8.87%</text>
|
||||
<text x="148" y="14">8.87%</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 986 B |
19
docs/badges/devfront.svg
Normal file
@@ -0,0 +1,19 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="123" height="20" role="img" aria-label="devfront: unknown">
|
||||
<title>devfront: unknown</title>
|
||||
<linearGradient id="s" x2="0" y2="100%">
|
||||
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
|
||||
<stop offset="1" stop-opacity=".1"/>
|
||||
</linearGradient>
|
||||
<clipPath id="r"><rect width="123" height="20" rx="3" fill="#fff"/></clipPath>
|
||||
<g clip-path="url(#r)">
|
||||
<rect width="65" height="20" fill="#555"/>
|
||||
<rect x="65" width="58" height="20" fill="#6e7781"/>
|
||||
<rect width="123" height="20" fill="url(#s)"/>
|
||||
</g>
|
||||
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="11">
|
||||
<text x="32.5" y="15" fill="#010101" fill-opacity=".3">devfront</text>
|
||||
<text x="32.5" y="14">devfront</text>
|
||||
<text x="94" y="15" fill="#010101" fill-opacity=".3">unknown</text>
|
||||
<text x="94" y="14">unknown</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 958 B |
@@ -1,19 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="177" height="20" role="img" aria-label="orgfront coverage: 37.50%">
|
||||
<title>orgfront coverage: 37.50%</title>
|
||||
<linearGradient id="s" x2="0" y2="100%">
|
||||
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
|
||||
<stop offset="1" stop-opacity=".1"/>
|
||||
</linearGradient>
|
||||
<clipPath id="r"><rect width="177" height="20" rx="3" fill="#fff"/></clipPath>
|
||||
<g clip-path="url(#r)">
|
||||
<rect width="126" height="20" fill="#555"/>
|
||||
<rect x="126" width="51" height="20" fill="#bf8700"/>
|
||||
<rect width="177" height="20" fill="url(#s)"/>
|
||||
</g>
|
||||
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="11">
|
||||
<text x="63" y="15" fill="#010101" fill-opacity=".3">orgfront coverage</text>
|
||||
<text x="63" y="14">orgfront coverage</text>
|
||||
<text x="151.5" y="15" fill="#010101" fill-opacity=".3">37.50%</text>
|
||||
<text x="151.5" y="14">37.50%</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 994 B |
19
docs/badges/orgfront.svg
Normal file
@@ -0,0 +1,19 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="123" height="20" role="img" aria-label="orgfront: unknown">
|
||||
<title>orgfront: unknown</title>
|
||||
<linearGradient id="s" x2="0" y2="100%">
|
||||
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
|
||||
<stop offset="1" stop-opacity=".1"/>
|
||||
</linearGradient>
|
||||
<clipPath id="r"><rect width="123" height="20" rx="3" fill="#fff"/></clipPath>
|
||||
<g clip-path="url(#r)">
|
||||
<rect width="65" height="20" fill="#555"/>
|
||||
<rect x="65" width="58" height="20" fill="#6e7781"/>
|
||||
<rect width="123" height="20" fill="url(#s)"/>
|
||||
</g>
|
||||
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="11">
|
||||
<text x="32.5" y="15" fill="#010101" fill-opacity=".3">orgfront</text>
|
||||
<text x="32.5" y="14">orgfront</text>
|
||||
<text x="94" y="15" fill="#010101" fill-opacity=".3">unknown</text>
|
||||
<text x="94" y="14">unknown</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 958 B |
19
docs/badges/userfront-chrome.svg
Normal file
@@ -0,0 +1,19 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="20" role="img" aria-label="chrome: unknown">
|
||||
<title>chrome: unknown</title>
|
||||
<linearGradient id="s" x2="0" y2="100%">
|
||||
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
|
||||
<stop offset="1" stop-opacity=".1"/>
|
||||
</linearGradient>
|
||||
<clipPath id="r"><rect width="109" height="20" rx="3" fill="#fff"/></clipPath>
|
||||
<g clip-path="url(#r)">
|
||||
<rect width="51" height="20" fill="#555"/>
|
||||
<rect x="51" width="58" height="20" fill="#6e7781"/>
|
||||
<rect width="109" height="20" fill="url(#s)"/>
|
||||
</g>
|
||||
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="11">
|
||||
<text x="25.5" y="15" fill="#010101" fill-opacity=".3">chrome</text>
|
||||
<text x="25.5" y="14">chrome</text>
|
||||
<text x="80" y="15" fill="#010101" fill-opacity=".3">unknown</text>
|
||||
<text x="80" y="14">unknown</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 950 B |
@@ -1,19 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="191" height="20" role="img" aria-label="userfront e2e fast: failing">
|
||||
<title>userfront e2e fast: failing</title>
|
||||
<linearGradient id="s" x2="0" y2="100%">
|
||||
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
|
||||
<stop offset="1" stop-opacity=".1"/>
|
||||
</linearGradient>
|
||||
<clipPath id="r"><rect width="191" height="20" rx="3" fill="#fff"/></clipPath>
|
||||
<g clip-path="url(#r)">
|
||||
<rect width="133" height="20" fill="#555"/>
|
||||
<rect x="133" width="58" height="20" fill="#cf222e"/>
|
||||
<rect width="191" height="20" fill="url(#s)"/>
|
||||
</g>
|
||||
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="11">
|
||||
<text x="66.5" y="15" fill="#010101" fill-opacity=".3">userfront e2e fast</text>
|
||||
<text x="66.5" y="14">userfront e2e fast</text>
|
||||
<text x="162" y="15" fill="#010101" fill-opacity=".3">failing</text>
|
||||
<text x="162" y="14">failing</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 1002 B |
@@ -1,19 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="191" height="20" role="img" aria-label="userfront e2e full: unknown">
|
||||
<title>userfront e2e full: unknown</title>
|
||||
<linearGradient id="s" x2="0" y2="100%">
|
||||
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
|
||||
<stop offset="1" stop-opacity=".1"/>
|
||||
</linearGradient>
|
||||
<clipPath id="r"><rect width="191" height="20" rx="3" fill="#fff"/></clipPath>
|
||||
<g clip-path="url(#r)">
|
||||
<rect width="133" height="20" fill="#555"/>
|
||||
<rect x="133" width="58" height="20" fill="#6e7781"/>
|
||||
<rect width="191" height="20" fill="url(#s)"/>
|
||||
</g>
|
||||
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="11">
|
||||
<text x="66.5" y="15" fill="#010101" fill-opacity=".3">userfront e2e full</text>
|
||||
<text x="66.5" y="14">userfront e2e full</text>
|
||||
<text x="162" y="15" fill="#010101" fill-opacity=".3">unknown</text>
|
||||
<text x="162" y="14">unknown</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 1002 B |
19
docs/badges/userfront-firefox.svg
Normal file
@@ -0,0 +1,19 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="116" height="20" role="img" aria-label="firefox: unknown">
|
||||
<title>firefox: unknown</title>
|
||||
<linearGradient id="s" x2="0" y2="100%">
|
||||
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
|
||||
<stop offset="1" stop-opacity=".1"/>
|
||||
</linearGradient>
|
||||
<clipPath id="r"><rect width="116" height="20" rx="3" fill="#fff"/></clipPath>
|
||||
<g clip-path="url(#r)">
|
||||
<rect width="58" height="20" fill="#555"/>
|
||||
<rect x="58" width="58" height="20" fill="#6e7781"/>
|
||||
<rect width="116" height="20" fill="url(#s)"/>
|
||||
</g>
|
||||
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="11">
|
||||
<text x="29" y="15" fill="#010101" fill-opacity=".3">firefox</text>
|
||||
<text x="29" y="14">firefox</text>
|
||||
<text x="87" y="15" fill="#010101" fill-opacity=".3">unknown</text>
|
||||
<text x="87" y="14">unknown</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 950 B |
19
docs/badges/userfront-safari.svg
Normal file
@@ -0,0 +1,19 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="109" height="20" role="img" aria-label="safari: unknown">
|
||||
<title>safari: unknown</title>
|
||||
<linearGradient id="s" x2="0" y2="100%">
|
||||
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
|
||||
<stop offset="1" stop-opacity=".1"/>
|
||||
</linearGradient>
|
||||
<clipPath id="r"><rect width="109" height="20" rx="3" fill="#fff"/></clipPath>
|
||||
<g clip-path="url(#r)">
|
||||
<rect width="51" height="20" fill="#555"/>
|
||||
<rect x="51" width="58" height="20" fill="#6e7781"/>
|
||||
<rect width="109" height="20" fill="url(#s)"/>
|
||||
</g>
|
||||
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="11">
|
||||
<text x="25.5" y="15" fill="#010101" fill-opacity=".3">safari</text>
|
||||
<text x="25.5" y="14">safari</text>
|
||||
<text x="80" y="15" fill="#010101" fill-opacity=".3">unknown</text>
|
||||
<text x="80" y="14">unknown</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 950 B |
19
docs/badges/userfront.svg
Normal file
@@ -0,0 +1,19 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="130" height="20" role="img" aria-label="userfront: unknown">
|
||||
<title>userfront: unknown</title>
|
||||
<linearGradient id="s" x2="0" y2="100%">
|
||||
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
|
||||
<stop offset="1" stop-opacity=".1"/>
|
||||
</linearGradient>
|
||||
<clipPath id="r"><rect width="130" height="20" rx="3" fill="#fff"/></clipPath>
|
||||
<g clip-path="url(#r)">
|
||||
<rect width="72" height="20" fill="#555"/>
|
||||
<rect x="72" width="58" height="20" fill="#6e7781"/>
|
||||
<rect width="130" height="20" fill="url(#s)"/>
|
||||
</g>
|
||||
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="11">
|
||||
<text x="36" y="15" fill="#010101" fill-opacity=".3">userfront</text>
|
||||
<text x="36" y="14">userfront</text>
|
||||
<text x="101" y="15" fill="#010101" fill-opacity=".3">unknown</text>
|
||||
<text x="101" y="14">unknown</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 960 B |