blakeNaccarato / copier-python

Copier template for Python projects
https://blakenaccarato.github.io/copier-python/
MIT License
4 stars 0 forks source link

Only run coverage in task and CI, not in VSCode test runner (breaks debugging) #447

Closed blakeNaccarato closed 1 month ago

blakeNaccarato commented 1 month ago

Please check that this bug hasn't been reported before

Please confirm that this bug affects the latest version

Please indicate which operating system(s) you are using

Expected behavior

Test debugging should work.

Current behaviour

It doesn't, due to --cov flags.

Steps to reproduce

Try debugging tests.

Possible solution

No response