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

lmc-eu / spirit-design-system / 6047520236 / 2 – web-react
97%
main: 97%

Build:
DEFAULT BRANCH: main
Ran 01 Sep 2023 09:11AM UTC
Files 337
Run time 12s
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

01 Sep 2023 07:58AM UTC coverage: 70.801%. Remained the same
web-react – 6047520236.2

push

github

literat
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>
```

221 of 413 branches covered (0.0%)

Branch coverage included in aggregate %.

1908 of 2594 relevant lines covered (73.55%)

21.82 hits per line

Source Files on job web-react - 6047520236.2
  • Tree
  • List 337
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 6047520236
  • fcb97dce on github
  • Prev Job for on main (#6022796854.2)
  • Next Job for on main (#6048374075.1)
  • 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