Closed cottsay closed 4 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 51.00%. Comparing base (
3c4d291
) to head (df1d9eb
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
It's becoming an increasingly common pattern to declare test dependencies using [options.extras_require]test. This change merges the test dependencies declared using that mechanism with any discovered using [options]test_requires.
This change was made in
colcon-core
forsetup.cfg
projects in colcon/colcon-core#450 and released withcolcon-core
0.7.0.