Is the code coverage functionality described in <h...
# kotlin-native
r
Is the code coverage functionality described in https://github.com/JetBrains/kotlin-native/blob/master/CODE_COVERAGE.md not yet available in 1.3.31? When I try to run the coverage sample I see
w: Flag is not supported by this version of the compiler: -Xlibrary-to-cover=...
and the llvm commands fail because the
profraw
file is never generated.
s
No, it’s only available in master branch for now.