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

lmc-eu / spirit-design-system / 6039535165
70%
main: 97%

Build:
Build:
LAST BUILD BRANCH: fix/DS-2239-scrollview-bug-fix
DEFAULT BRANCH: main
Ran 31 Aug 2023 03:48PM UTC
Jobs 3
Files 39
Run time 2s
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 03:44PM UTC coverage: 96.46% (+27.0%) from 69.502%
6039535165

push

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</h2>
    <div class="docs-FormFieldGrid">
        <div class="docs-Box">…</div>
    </div>
</section>
```

After:

```twig
<DocsSection title="Basic Usage">
    <DocsBox>…</DocsBox>
</DocsSection>
```

218 of 226 relevant lines covered (96.46%)

97.77 hits per line

Subprojects
ID Flag name Job ID Ran Files Coverage
1 unit-tests-PHP-8.2 6039535165.1 31 Aug 2023 03:48PM UTC 0
96.02
GitHub Action Run
2 unit-tests-PHP-8.1 6039535165.2 31 Aug 2023 03:48PM UTC 0
96.46
GitHub Action Run
3 unit-tests-PHP-7.4 6039535165.3 31 Aug 2023 03:48PM UTC 0
96.46
GitHub Action Run
Source Files on build 6039535165
Detailed source file information is not available for this build.
  • Back to Repo
  • 024b791c on github
  • Prev Build on main (#6022796854)
  • Next Build on docs/twig-components (#6039535163)
  • 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