Closed ncreated closed 2 months ago
Branch report: ncreated/chore/enable-test-visibility-for-unit-tests
Commit report: 9d43162
Test service: dd-sdk-ios
:white_check_mark: 0 Failed, 3432 Passed, 0 Skipped, 2m 30.21s Total Time :small_red_triangle_down: Test Sessions change in coverage: 2 decreased, 3 increased, 3 no change
What and why?
📦 This PR enables CI Test Visibility in Unit Test jobs (iOS and tvOS).
Test Visibility was earlier integrated in https://github.com/DataDog/dd-sdk-ios/pull/1999 through separate "shadow" job. It was to pre-check the impact on our CI in sandbox environment. Because everything looks stable and performant, we now integrate it to regular jobs.
How?
USE_TEST_VISIBILITY=1
Review checklist