mirror of https://github.com/google/oss-fuzz.git
Doc: adds swift to the list of languages supporting coverage (#6398)
This commit is contained in:
parent
a0a945633b
commit
b7c0827bef
|
@ -9,7 +9,7 @@ permalink: /advanced-topics/code-coverage/
|
||||||
# Code Coverage
|
# Code Coverage
|
||||||
{: .no_toc}
|
{: .no_toc}
|
||||||
|
|
||||||
For projects written in C/C++, Rust, Go, or Java and other JVM-based languages,
|
For projects written in C/C++, Rust, Go, Swift or Java and other JVM-based languages,
|
||||||
you can generate code coverage reports using Clang source-based code coverage.
|
you can generate code coverage reports using Clang source-based code coverage.
|
||||||
This page walks you through the basic steps.
|
This page walks you through the basic steps.
|
||||||
For more details on C/C++ coverage, see [Clang's documentation].
|
For more details on C/C++ coverage, see [Clang's documentation].
|
||||||
|
|
Loading…
Reference in New Issue