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

react-dropzone / file-selector / 29636428850
100%

Build:
DEFAULT BRANCH: main
Ran 18 Jul 2026 07:50AM UTC
Jobs 1
Files 5
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

18 Jul 2026 07:50AM UTC coverage: 100.0%. Remained the same
29636428850

push

github

rolandjitsu
fix: return the original dropped File so Electron can resolve its path

In a secure context (every Electron app, plus https/localhost) fromDataTransferItem
resolved a FileSystemHandle and handed back handle.getFile()'s File. That File loses
the on-disk path Electron's webUtils.getPathForFile() needs (electron/electron#33647),
which broke drag-and-drop path access from v1.x onward.

Return the File captured synchronously from getAsFile() instead - it preserves the
original File object identity Electron keys on - and only fall back to handle.getFile()
when getAsFile() returned null (e.g. a cross-window drop). The durable handle is still
attached either way, and directory traversal is unaffected.

Closes react-dropzone/react-dropzone#1411.

71 of 71 branches covered (100.0%)

Branch coverage included in aggregate %.

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

103 of 103 relevant lines covered (100.0%)

202.69 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29636428850.1 18 Jul 2026 07:50AM UTC 5
100.0
GitHub Action Run
Source Files on build 29636428850
  • Tree
  • List 5
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #29636428850
  • c7807be5 on github
  • Prev Build on main (#29570206769)
  • Next Build on main (#29639534243)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc