jekyll-report-dashboard 0.1.13 → 0.1.15

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9fc623a25c9cd78269e9afd29a426a4b77234ed2023532fa6d4f96742c9ad4ac
4
- data.tar.gz: 534b250be49b45e3e480e13ddd2b6f06a52095404e908acd579718ce43be109d
3
+ metadata.gz: 9dba7d7a8992006ac0fa1f4fb900a9b2a90be61955d135a685e9f2ce0d49bc57
4
+ data.tar.gz: f86a4f6ab78ff9cfa9778e2d5527f1587f1364076f84363ea185ed9fbbae2e1b
5
5
  SHA512:
6
- metadata.gz: b5c54dfb52feece12d498fb131d75de77add8d39b81f63ea2738e22d29d4249e979112e429398052049d2f3c694c50da97fb3e20e1a7aec0af0028777776375a
7
- data.tar.gz: 1e2674f5e1eabf8f99201d9b38e4fc1cd8a2238ea834d5da79c57ecee97e5d20e8b470aac5b2f4cb5a39c37e58d3c809d04c8bfd74244173ac648f35f1230a45
6
+ metadata.gz: 4302ab181cc4e7bdc8e2e428ea85cdcf8a955f75fd170fb88d2129067d2605a6f534b76763dc2a3f3f900ea857935f766019f58bb498a748ab9aa2e6c047dfba
7
+ data.tar.gz: 22ebf28d74da15f4d63529298794c91c8749ab177feb00462445c3d220fc8a1e198a993986d3e07ea50ae2a73ab31112caa86154457a07b9a5eab5d56ded29a5
@@ -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-center @md:justify-center items-center @xl:gap-2">
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 }}
@@ -28,7 +28,7 @@
28
28
  {% endif %}
29
29
  </span>
30
30
  <div class="py-1 @md:py-2 w-2/3 @md:w-4/5">
31
- {% if results.errors.size > 0 %}
31
+ {% if results.stats.unexpected == 0 and results.errors.size > 0 %}
32
32
  <!-- if there are errors, there won't be any test statistics, so only display the errors -->
33
33
  <div class="py-1 @md:py-2 px-0 font-mono flex flex-col gap-4">
34
34
  {% for error in results.errors %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-report-dashboard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tiffany Forkner