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

preactjs / preact / 6804995583
99%
master: 100%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 08 Nov 2023 11:00PM UTC
Jobs 1
Files 31
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

08 Nov 2023 10:59PM UTC coverage: 99.463% (-0.002%) from 99.465%
6804995583

push

github

web-flow
Inline `diffProps` function (#4200)

Inline `diffProps` to take advantage of the props loop to read values and use later in the diff. This avoids duplicate megamorphic reads for props like `dangerouslySetInnerHTML`, `children`, `value`, and `checked` since we can reuse reading the value in the props loop for handling elsewhere.

* Inline diffProps (-11 B)
* Inline dangerouslySetInnerHtml handling (-1 B)
   Removes a guaranteed megamorphic access in diffElementNodes
* Golf dangerouslySetInnerHtml handling (-4 B)
* Pull of new children while looping through props (+2 B)
* Read prop value once at start of props loop (+0 B)
* Use prop loop for handling `value` and `checked` (-20 B)
* Add types to new variables
* Clean up comments
* Fix benchmark name
* Add run tracking to 03_update10th1k
* Capture input value and checked props in first props loop (+17 B)
* Golf diffElementNodes (-7 B)

1220 of 1251 branches covered (0.0%)

10 of 10 new or added lines in 1 file covered. (100.0%)

741 of 745 relevant lines covered (99.46%)

844.48 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6804995583.1 08 Nov 2023 11:00PM UTC 31
99.46
GitHub Action Run
Source Files on build 6804995583
  • Tree
  • List 31
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #6804995583
  • 51771f78 on github
  • Prev Build on main (#6794840280)
  • Next Build on main (#6804995592)
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

© 2025 Coveralls, Inc