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

pantsbuild / pants / 19648027295

24 Nov 2025 08:19PM UTC coverage: 80.288% (-0.001%) from 80.289%
19648027295

push

github

web-flow
Abstract PosixFS away. (#22915)

On Windows we will want some other struct to provide
filesystem operations.

We move the PosixFS code into a module, and 
conditionally expose it under the name `FS`. 

Note that hiding the functionality behind a trait would
be a much bigger change, because that trait would not
be `dyn` compatible, due to various functions returning
`impl Trait`. However this is also not necessary since 
a binary will only have one universal implementation.

78386 of 97631 relevant lines covered (80.29%)

3.36 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

34.97
/src/python/pants/engine/internals/graph.py


Source Not Available

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