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

dennisdoomen / pathy / 31411743555
96%

Build:
DEFAULT BRANCH: main
Ran 10 Aug 2026 05:01PM 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

10 Aug 2026 04:59PM UTC coverage: 95.445% (+0.4%) from 95.0%
31411743555

push

github

web-flow
Add ISpanFormattable/IFormattable support to ChainablePath (#158)

* Test

* Implement ISpanFormattable/IFormattable on ChainablePath (issue #148)

Adds interpolated-string-handler support so paths written into
DefaultInterpolatedStringHandler (e.g. $"{path}") avoid boxing and
an intermediate string allocation.

- IFormattable.ToString(format, provider) is implemented unconditionally
  on all target frameworks, since a ChainablePath has no format
  specifiers of its own and just returns the underlying path.
- ISpanFormattable.TryFormat is implemented only under NET6_0_OR_GREATER,
  since that interface does not exist on netstandard2.0/2.1 or net47.
- Added unit tests covering interpolated-string usage, ToString(format,
  provider), and TryFormat success/destination-too-small cases.
- Updated approved public API snapshots for all four target frameworks.

Fixes #148

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

* Fix build errors after merge and document formatting in README

---------

Co-authored-by: Dennis Doomen <dennis.doomen@greenchoice.nl>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

125 of 136 branches covered (91.91%)

Branch coverage included in aggregate %.

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

5 existing lines in 1 file now uncovered.

315 of 325 relevant lines covered (96.92%)

136.15 hits per line

Coverage Regressions

Lines Coverage ∆ File
5
96.7
0.58% Pathy/ChainablePath.cs
Jobs
ID Job ID Ran Files Coverage
1 31411743555.1 10 Aug 2026 05:01PM UTC 5
95.44
GitHub Action Run
Source Files on build 31411743555
  • Tree
  • List 5
  • Changed 5
  • Source Changed 1
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31411743555
  • 2eec8d14 on github
  • Prev Build on main (#31405283827)
  • Next Build on main (#31413386981)
  • 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