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

Roblox / roact / 544 / 1
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 20 Jun 2019 08:41PM UTC
Files 35
Run time 3s
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

20 Jun 2019 08:39PM UTC coverage: 93.012% (-0.2%) from 93.204%
LUA="lua=5.1"

push

travis-ci

LPGhatguy
Make Fragment an Element (#214)

* Make Fragment an Element

Fragments can not be used directly as children of a component:

local function component()
    return Roact.createElement("Frame", {}, {
        fragments = Roact.createFragment({
            A = Roact.createElement("Frame", {}, {})
        })
    })
end

Turning Fragments into Elements make them have their own virtual node,
so they can be reconciled as any other nodes.

* Add fragment tests

* Add empty fragment tests

* Remove unused spy

* Make test assertion clearer

* Update changelog

* Update CHANGELOG.md

Co-Authored-By: Paul Doyle <37384169+ZoteTheMighty@users.noreply.github.com>

* Update fragments tests

1158 of 1245 relevant lines covered (93.01%)

40.68 hits per line

Source Files on job 544.1 (LUA="lua=5.1")
  • Tree
  • List 0
  • Changed 12
  • Source Changed 5
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 361
  • Travis Job 544.1
  • 693e64e0 on github
  • Prev Job for LUA="lua=5.1" on master (#530.1)
  • Next Job for LUA="lua=5.1" on master (#550.1)
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