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

tf / pageflow / 2721
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: actions
DEFAULT BRANCH: master
Ran 06 Aug 2020 07:48AM UTC
Jobs 2
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

pending completion
2721

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

18181 of 18329 relevant lines covered (99.19%)

47.69 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2721.1 (2.3.1, COVERALLS_PARALLEL=true) 06 Aug 2020 07:48AM UTC 0
99.18
Travis Job 2721.1
2 2721.2 (2.6.5, COVERALLS_PARALLEL=true) 06 Aug 2020 07:48AM UTC 0
99.18
Travis Job 2721.2
Source Files on build 2721
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2721
  • dd58237c on github
  • Prev Build on react-peer (#2720)
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