Open audiodude opened 4 months ago
Actually that doesn't make sense, because it is a unit test.
unit test code should be excluded of code coverage. We fix that in the config yml file for codecov.
What I meant was, the test I linked to is a unit test, so my hypothesis that "e2e tests are not generating coverage" is definitely wrong.
In #2055 I got a notification that the line I changed was missing coverage:
However when I added a log statement here I could see that the code was being executed by this test
Perhaps e2e tests are not being counted for coverage?