Fix: Danger xcov report won't work correctly when Constants.TESTS_SCHEME
is different with PRODUCT_NAME
#307
Labels
Constants.TESTS_SCHEME
is different with PRODUCT_NAME
#307
Issue
Danger xcov report won't show Code Coverage report when Schema name is different with
PRODUCT_NAME
, if we useonly_project_targets: true
And the solution is from @minhnimble on his PR
Expected
Danger should show Code Coverage report
Steps to reproduce
PRODUCT_NAME
inBuild Settings
to make it different from theConstants.TESTS_SCHEME
bundle exec danger local
The text was updated successfully, but these errors were encountered: