dropbox / dropbox/XCoverage

Unit test target and logic test target

Open
#7 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Objective-C
Stars
101
Forks
9
PR merge metrics
No merged PRs in 30d

Description

In our project we have two test targets. One is a unit test target and the other one a logic test target. The unit test target does not run the application and the gcda files for this target are saved in the unit_test.build by Xcode. On the other hand the logic test target gcda files are saved within the application build folder.

So when the plugin parses the gcda files to generate the code coverage, it misses the unit test information.
In the build_var file, object_file_dir is set to `application.build/Objects-normal/x86_64`
What can i do for the plugin to see both source of bcda files?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.