Skip to content

Commit

Permalink
We probably need to enable Coverage gathering here, to get the info w…
Browse files Browse the repository at this point in the history
…e want in Codecov
  • Loading branch information
cmsj committed Aug 7, 2024
1 parent 4d7722e commit f9be452
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
shouldUseLaunchSchemeArgsEnv = "YES"
enableAddressSanitizer = "YES"
enableASanStackUseAfterReturn = "YES"
enableUBSanitizer = "YES">
enableUBSanitizer = "YES"
codeCoverageEnabled = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
Expand Down

0 comments on commit f9be452

Please sign in to comment.