Skip to content

Instantly share code, notes, and snippets.

View JoeSSS's full-sized avatar

Serghei Moret JoeSSS

  • Hellofresh
  • Hamburg, Germany
View GitHub Profile
@TeresaP
TeresaP / CalabashBackdoor.m
Last active June 24, 2020 06:12
Profdata Code Coverage
// Forward-declare LLVM (profdata) methods for usage below
// For documentation, see: http://clang.llvm.org/docs/SourceBasedCodeCoverage.html
int __llvm_profile_write_file(void);
void __llvm_profile_initialize_file(void);
void __llvm_profile_set_filename(const char *Name);
/**
* Generate profraw (profdata) code coverage
*/
- (BOOL)beginCodeCoverage:(NSString*)fullFilePath