cookiecutter-poetry
cookiecutter-poetry copied to clipboard
fix: run tests with code coverage only if enabled
PR Checklist
- [x] A description of the changes is added to the description of this PR.
- [x] If there is a related issue, make sure it is linked to this PR.
- [ ] If you've fixed a bug or added code that should be tested, add tests!
- [ ] Documentation in
docs
is updated
fix #128
Added simple if statements so that the tests with code coverage only get run if they code coverage is enabled. No docs necessary IMHO Sorry, I do not know how to write a test case for this.