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

pantsbuild / pants / 18538208066

15 Oct 2025 06:04PM UTC coverage: 53.298% (-27.0%) from 80.267%
18538208066

Pull #22750

github

web-flow
Merge 1f9a15135 into 99919310e
Pull Request #22750: Experiment with `--changed-since` and `--transitive`

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

14164 existing lines in 472 files now uncovered.

35776 of 67125 relevant lines covered (53.3%)

2.31 hits per line

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

72.73
/src/python/pants/backend/build_files/fmt/base.py
1
# Copyright 2022 Pants project contributors (see CONTRIBUTORS.md).
2
# Licensed under the Apache License, Version 2.0 (see LICENSE).
3

4

5
from collections.abc import Iterable
4✔
6

7
from pants.backend.build_files.utils import _get_build_file_partitioner_rules
4✔
8
from pants.core.goals.fmt import FmtFilesRequest
4✔
9
from pants.core.util_rules.partitions import PartitionerType
4✔
10

11

12
class FmtBuildFilesRequest(FmtFilesRequest):
4✔
13
    partitioner_type = PartitionerType.CUSTOM
4✔
14

15
    @classmethod
4✔
16
    def _get_rules(cls) -> Iterable:
4✔
UNCOV
17
        assert cls.partitioner_type is PartitionerType.CUSTOM
×
UNCOV
18
        yield from _get_build_file_partitioner_rules(cls)
×
UNCOV
19
        yield from super()._get_rules()
×
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