jekyll-report-dashboard 0.1.14 → 0.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/coverage-summary.html +3 -3
- data/_includes/playwright-stat.html +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d15e253e165c8813441a2ddb71be4808ba075557fa4752689a5a4594d6325104
|
4
|
+
data.tar.gz: c62ebf986cbc1b8ad9701306016e98531a184aadb4782dd3c9360be3747befc7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: feebee32982895b59538afdaff159212dc20279c83e3fac2ec2408b0cdbf39a3ea21434823446188a67651563d4442d99a9549894b020a3e7a9b4ce877edab86
|
7
|
+
data.tar.gz: 71dcd1a09c79c300d2430dab06949f02522502801fa9f0b579737401522219a4ea5b51ddac9552b14c3b76859e754612e4c300992755bd2e59a7d31930e46e6f
|
@@ -10,7 +10,7 @@
|
|
10
10
|
<!-- assign the value to values -->
|
11
11
|
{% assign values = stat[1] %}
|
12
12
|
<div class="w-full px-1 py-2 @md:px-2 @md:py-4 leading-none border rounded-sm border-outline flex flex-col items-center gap-4 @sm:gap-8 @md:gap-10">
|
13
|
-
<div class="font-medium text-sm @sm:text-base @md:text-lg
|
13
|
+
<div class="font-medium text-sm @sm:text-base @md:text-lg">
|
14
14
|
<!-- Liquid provides a helper method to capitalize text -->
|
15
15
|
{{ name | capitalize }}
|
16
16
|
</div>
|
@@ -24,11 +24,11 @@
|
|
24
24
|
{%- endif -%}
|
25
25
|
{%- endcapture -%}
|
26
26
|
<!-- use the custom coverage_status filter with the stat name to get the correct styling for the percent -->
|
27
|
-
<div class="font-bold text-xl @
|
27
|
+
<div class="font-bold text-xl @md:text-3xl @lg:text-4xl {{ status }}">
|
28
28
|
<!-- Liquid provides a helper method for rounding floats to a number -->
|
29
29
|
{{ values.pct | round: 1 }}%
|
30
30
|
</div>
|
31
|
-
<div class="font-light text-
|
31
|
+
<div class="font-light text-[0.5rem] @xs:text-[0.6rem] @sm:text-sm">
|
32
32
|
{{ values.covered }} / {{ values.total }}
|
33
33
|
</div>
|
34
34
|
</div>
|
@@ -1,5 +1,5 @@
|
|
1
|
-
<div class="w-full py-2 px-12 @md:px-2 text-xs border border-outline first:rounded-t-md last:rounded-b-md @md:first:rounded-tr-none @md:first:rounded-l-md @md:last:rounded-bl-none @md:last:rounded-r-md">
|
2
|
-
<div class="flex flex-row @md:flex-col @xl:flex-row justify-
|
1
|
+
<div class="w-full py-2 px-4 @3xs:px-6 @2xs:px-8 @xs:px-12 @md:px-2 text-xs border border-outline first:rounded-t-md last:rounded-b-md @md:first:rounded-tr-none @md:first:rounded-l-md @md:last:rounded-bl-none @md:last:rounded-r-md">
|
2
|
+
<div class="w-full flex flex-row @md:flex-col @xl:flex-row justify-between @md:justify-center items-center @xl:gap-2">
|
3
3
|
<span>{{ include.label }}</span>
|
4
4
|
<span class="min-w-4 px-2 text-center bg-highlight border border-transparent rounded-3xl">
|
5
5
|
{{ include.value }}
|