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
By default "go test" only considers the coverage of code in the same
package as the test. As our e2e tests are located in different packages
to the actual resources, this always resulted in 0% coverage.
I also added codecov flags to e2e & unit tests so we can differentiate
between the coverage in codecov UI.
0 commit comments