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

pantsbuild / pants / 26080722777

19 May 2026 06:37AM UTC coverage: 52.106% (-11.5%) from 63.597%
26080722777

Pull #23250

github

web-flow
Merge 63ec06323 into 2693df832
Pull Request #23250: Feature: Add generic option to docker image

12 of 50 new or added lines in 3 files covered. (24.0%)

5382 existing lines in 201 files now uncovered.

32053 of 61515 relevant lines covered (52.11%)

1.04 hits per line

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

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

UNCOV
4
from pants.option.option_types import SkipOption
×
UNCOV
5
from pants.option.subsystem import Subsystem
×
UNCOV
6
from pants.util.strutil import help_text
×
7

8

UNCOV
9
class BUILDDeprecationsFixer(Subsystem):
×
UNCOV
10
    options_scope = "build-deprecations-fixer"
×
UNCOV
11
    name = "BUILD Deprecations Fixer"
×
UNCOV
12
    help = help_text(
×
13
        """
14
        A tool/plugin for fixing BUILD file deprecations (where possible).
15

16
        This includes deprecations for:
17

18
          - Renamed targets
19
          - Renamed fields
20
        """
21
    )
22

UNCOV
23
    skip = SkipOption("fix")
×
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