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 E2E tests run cloudflare-ddns as an actual compiled program, performing a full end-to-end test against CloudFlare. This creates a problem where coverage data cannot be easily captured. Use the Go test binary coverage hack method (see https://blog.cloudflare.com/go-coverage-with-external-tests for one example) and merge coverage data with unit test coverage data before publishing coverage results.
The text was updated successfully, but these errors were encountered:
mattolenik
changed the title
E2E test code coverage support
End-to-end test code coverage support
Nov 7, 2020
The E2E tests run
cloudflare-ddns
as an actual compiled program, performing a full end-to-end test against CloudFlare. This creates a problem where coverage data cannot be easily captured. Use the Go test binary coverage hack method (see https://blog.cloudflare.com/go-coverage-with-external-tests for one example) and merge coverage data with unit test coverage data before publishing coverage results.The text was updated successfully, but these errors were encountered: