• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

lmc-eu / spirit-design-system / 6040589674 / 3 – unit-tests-PHP-8.2
70%
main: 97%

Build:
Build:
LAST BUILD BRANCH: fix/DS-2239-scrollview-bug-fix
DEFAULT BRANCH: main
Ran 31 Aug 2023 05:36PM UTC
Files 39
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

31 Aug 2023 05:31PM UTC coverage: 96.018%. First build
unit-tests-PHP-8.2 – 6040589674.3

Pull #1027

github

adamkudrna
Docs(web-twig): Introduce `DocsSection` and `DocsBox` components

- New components: `DocsSection`, `DocsBox`.
- CSS class `docs-FormFieldGrid` has been dropped.

`DocsSection` displays title and automatically provides proper spacing to its content.

Before:

```html
<section class="docs-Section">
    <h2 class="docs-Heading">
      Basic Usage
      <span class="Tag Tag--warning Tag--medium Tag--subtle">Visual demo only</span>
    </h2>
    <div class="docs-FormFieldGrid">
        <div class="docs-Box">…</div>
    </div>
</section>
```

After:

```twig
<DocsSection title="Basic Usage" tag="Visual demo only">
    <DocsBox>…</DocsBox>
</DocsSection>
```
Pull Request #1027: Docs(web-twig): Introduce `DocsSection` and `DocsBox` components

217 of 226 relevant lines covered (96.02%)

32.5 hits per line

Source Files on job unit-tests-PHP-8.2 - 6040589674.3
  • Tree
  • List 39
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 6040589674
  • a0d30def on github
  • Next Job for on docs/twig-components (#6040589672.2)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc