Doc: adds swift to the list of languages supporting coverage (#6398)

This commit is contained in:
Catena cyber 2021-09-03 20:47:22 +02:00 committed by GitHub
parent a0a945633b
commit b7c0827bef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ permalink: /advanced-topics/code-coverage/
# Code Coverage
{: .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.
This page walks you through the basic steps.
For more details on C/C++ coverage, see [Clang's documentation].