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

Khan / perseus / 5466444444
69%
main: 69%

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

pending completion
5466444444

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

7544 of 16342 branches covered (46.16%)

Branch coverage included in aggregate %.

20214 of 44631 relevant lines covered (45.29%)

1000.74 hits per line

Subprojects
ID Flag name Job ID Ran Files Coverage
1 cypress 5466444444.1 05 Jul 2023 04:04PM UTC 359
26.41
GitHub Action Run
2 jest 5466444444.2 05 Jul 2023 04:13PM UTC 512
63.08
GitHub Action Run
Source Files on build 5466444444
  • Tree
  • List 517
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 79314da5 on github
  • Next Build on feature/poc-render-single-column (#5468374685)
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