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

mattwparas / steel / 8215754379
45%

Build:
DEFAULT BRANCH: master
Ran 09 Mar 2024 04:32PM UTC
Jobs 1
Files 112
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

09 Mar 2024 04:18PM UTC coverage: 50.692% (-0.03%) from 50.722%
8215754379

push

github

web-flow
core: Support path expansion (#87) (#181)

`std::fs::canonicalize` does most of the work, but it doesn't expand `~`.
`std::env::home_dir` is deprecated. So I added the `dirs` dependency,
which is relatively light and only has one dependency.

Features:
- `.` and `..` are resolved
- `~` is resolved to the current users home directory
  (should work on all major OSs; see the documentation for
  `dirs::home_dir`)
- symbolic links are resolved (see `std::fs::canonicalize`)

Limitations:
- expansion of other users home directories is not supported (~user/)
- expansion only works for files which exist on the filesystem
  (see `std::fs::canonicalize`)

1 of 15 new or added lines in 1 file covered. (6.67%)

1 existing line in 1 file now uncovered.

11174 of 22043 relevant lines covered (50.69%)

6.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8215754379.1 09 Mar 2024 04:32PM UTC 0
50.69
GitHub Action Run
Source Files on build 8215754379
Detailed source file information is not available for this build.
  • Back to Repo
  • ee383dec on github
  • Prev Build on master (#8199613207)
  • Next Build on master (#8219436424)
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