rules_python icon indicating copy to clipboard operation
rules_python copied to clipboard

feat(toolchain) Add coveragepy configuration attribute

Open ewianda opened this issue 1 year ago • 7 comments

  • Why this change is being made, briefly. The PR makes it possible to configure python code coverage through .coveragerc file or any other accepted config file
  • Before and after behavior, as applicable Before this PR it was not possible to configure code coverage since the configuration was hardcoded within the ruleset. After the PR, users can pass the label to a configuration file Reference issue close https://github.com/bazelbuild/rules_python/issues/1434

ewianda avatar Sep 16 '24 04:09 ewianda