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

remotefs-rs / remotefs-rs-ssh / 24609064199
81%

Build:
DEFAULT BRANCH: main
Ran 18 Apr 2026 04:39PM UTC
Jobs 1
Files 17
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 Apr 2026 04:35PM UTC coverage: 81.022% (+0.4%) from 80.63%
24609064199

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.

127 of 139 new or added lines in 2 files covered. (91.37%)

1 existing line in 1 file now uncovered.

3044 of 3757 relevant lines covered (81.02%)

85.42 hits per line

Uncovered Changes

Lines Coverage ∆ File
12
87.27
-0.86% src/ssh/scp.rs

Coverage Regressions

Lines Coverage ∆ File
1
87.27
-0.86% src/ssh/scp.rs
Jobs
ID Job ID Ran Files Coverage
1 24609064199.1 18 Apr 2026 04:39PM UTC 17
81.02
GitHub Action Run
Source Files on build 24609064199
  • Tree
  • List 17
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24609064199
  • 7464fb88 on github
  • Prev Build on main (#23480603601)
  • 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