Closed felixfontein closed 2 months ago
Codecov gets less and less reliable and useful, it seems. I've started to mostly ignore it since it most of the time forgets some uploaded results and reports the wrong coverage number anyway.
@gotmax23 thanks for reviewing this!
Basically argcomplete support was already partially there, but the marker was missing to easily use it.
This also changes code to only import
ansible
andrstcheck
/docutils
when needed; this improves performance a lot (and thus makes tab complete less sluggy). On my machine, runningantsibull-changelog --help
sped up from ~0.6s to ~0.1s.