Closed
Description
Describe a bug
I was introducing minor text changes in my code, additionally updating the tests, to make them pass accordingly.
I didn't add any tests, I didn't delete any tests.
Output is giving me drastically reduced coverage for several files, one of them wasn't touched at all in mentioned PR. Can somebody explain a bit more on the algorithm comparing coverage and what's going on?
Expected behavior
- I would expect the coverage not to change if I do not remove or add tests and logic
- I would expect not to see untouched in PR files mentioned in
reduced test coverage
Activity