You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem: Code coverage reported by codecov is not accurate
Why: The bulk of code, which is the magic package has very few unit tests. In root directory there is a test that goes through all files in testdata and checks that they are detected correctly, but this does not count towards reported code coverage because it's not an unit test.
Solution: ?... Is there any solution? Is it worth the trouble?
? https://go.dev/blog/integration-test-coverage
The text was updated successfully, but these errors were encountered:
The problem: Code coverage reported by codecov is not accurate
Why: The bulk of code, which is the
magic
package has very few unit tests. In root directory there is a test that goes through all files intestdata
and checks that they are detected correctly, but this does not count towards reported code coverage because it's not an unit test.Solution: ?... Is there any solution? Is it worth the trouble?
? https://go.dev/blog/integration-test-coverage
The text was updated successfully, but these errors were encountered: