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

remotefs-rs / remotefs-rs-ssh / 24609064199 / 1
81%
main: 81%

Build:
DEFAULT BRANCH: main
Ran 18 Apr 2026 04:49PM UTC
Files 17
Run time 0s
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 Apr 2026 04:35PM UTC coverage: 81.022% (+0.4%) from 80.63%
24609064199.1

push

github

veeso
fix(scp): use stat epoch for mtime instead of TZ-ambiguous ls

ls -l prints times in the server's local TZ without an offset, so
parse_lstime treats the naive datetime as UTC. Downstream clients that
render via DateTime<Local> then show UTC wall-clock instead of local.
Only ScpFs is affected; SftpFs uses the protocol's epoch directly.

Probe stat flavor once per session (GNU via stat --version, else BSD
via stat -f %m /, else Unsupported) and cache on the session. list_dir
overrides mtimes with one batched stat -c '%Y %n' / -f '%m %N' call
keyed by basename; stat overrides with stat -c %Y / -f %m. Falls back
to the ls parser on hosts exposing neither flavor.

Closes termscp#416.

3044 of 3757 relevant lines covered (81.02%)

85.42 hits per line

Source Files on job 24609064199.1
  • Tree
  • List 17
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24609064199
  • 7464fb88 on github
  • Prev Job for on main (#23480603601.1)
  • Delete
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