We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
Actually that doesn't make sense, because it is a unit test.
Sorry, something went wrong.
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.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: