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

tf / pageflow / 2721 / 2
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: actions
DEFAULT BRANCH: master
Ran 06 Aug 2020 07:48AM UTC
Files 488
Run time 1min
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

06 Aug 2020 07:34AM UTC coverage: 99.184%. Remained the same
2.6.5, COVERALLS_PARALLEL=true

push

travis-ci

tf
Turn react and react-dom into peer dependencies of pageflow-scrolled

Since only one copy of React is allowed to be loaded at a time, soon
as other Paegflow plugin packages that define content elements are
added to a host application, we need to make sure that all Pageflow
packages share a React version.

`pageflow-scrolled` can therefore no longer declare `react` as a
normal dependency, but instead needs to rely on the host application
to install a shared copy of React.

When running `yarn install` in the root of the `pageflow` repository,
React packages will still be installed into the root `node_modules`
directory since they are transitive dependencies of other packages
`pageflow-scrolled` depends on.

This has the positive side effect that - for example when running Jest
- React can still be imported. On the other hand, when linking the
`pagefow-scrolled` package in a host application, React will now be
loaded from that root `node_modules` directory, while other (not
linked) packages in the host application still load React from the
host application's `node_modules` directory. To prevent errors, we
therefore need to link the `react` package as described in the updated
"Node pacakge development" guide.

REDMINE-17383

18354 of 18505 relevant lines covered (99.18%)

24.94 hits per line

Source Files on job 2721.2 (2.6.5, COVERALLS_PARALLEL=true)
  • Tree
  • List 0
  • Changed 31
  • Source Changed 0
  • Coverage Changed 31
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2551
  • Travis Job 2721.2
  • dd58237c on github
  • Prev Job for 2.6.5, COVERALLS_PARALLEL=true on react-peer (#2720.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