This repository was archived by the owner on May 29, 2026. It is now read-only.
This repository was archived by the owner on May 29, 2026. It is now read-only.
coverage.py report generation does not take into account CLI flags #103
prevent-cli/codecov-cli/codecov_cli/plugins/pycoverage.py
Lines 86 to 94 in 10f3e95
The code in question means that
--dirpassed to the CLI will not be respected as theproject_rootalways takes precedence. That is quite unfortunate.