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

Khan / perseus / 5466444444 / 1 – cypress
69%
main: 69%

Build:
Build:
LAST BUILD BRANCH: LC-1092
DEFAULT BRANCH: main
Ran 05 Jul 2023 04:14PM UTC
Files 359
Run time 6s
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

05 Jul 2023 03:48PM UTC coverage: 26.414%. First build
cypress – 5466444444.1

push

github

aag
Add a proof of concept for rendering one column

This commit adds a proof of concept for allowing Perseus to render only
a single column when the content contains two columns. The idea is that
the containing page would render two separate `ServerItemRenderer`
components, one for each column. It could then control how each column
is laid out.

Example code:

```
<div class="column-wrapper">
    <div class="left-column">
        <ServerItemRenderer
            item={item}
            apiOptions={{renderColumn: "left"}} />
    </div>
    <div class="right-column">
        <ServerItemRenderer
            item={item}
            apiOptions={{renderColumn: "right"}} />
    </div>
</div>
```

1926 of 9593 branches covered (20.08%)

Branch coverage included in aggregate %.

5520 of 18597 relevant lines covered (29.68%)

937.29 hits per line

Source Files on job cypress - 5466444444.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 5466444444
  • 79314da5 on github
  • Next Job for on feature/poc-render-single-column (#5468374685.2)
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