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

lmc-eu / spirit-design-system / 6047520236
97%

Build:
DEFAULT BRANCH: main
Ran 01 Sep 2023 09:11AM UTC
Jobs 2
Files 361
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

01 Sep 2023 07:58AM UTC coverage: 70.408% (+0.9%) from 69.502%
6047520236

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

407 of 723 branches covered (0.0%)

Branch coverage included in aggregate %.

2629 of 3589 relevant lines covered (73.25%)

18.94 hits per line

Subprojects
ID Flag name Job ID Ran Files Coverage
1 web 6047520236.1 01 Sep 2023 09:11AM UTC 24
69.5
GitHub Action Run
2 web-react 6047520236.2 01 Sep 2023 09:11AM UTC 337
70.8
GitHub Action Run
Source Files on build 6047520236
  • Tree
  • List 361
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #6047520236
  • fcb97dce on github
  • Prev Build on main (#6022796854)
  • Next Build on main (#6048374075)
  • 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

© 2025 Coveralls, Inc