]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Code coverage: Fix a link
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 22 Sep 2023 10:05:17 +0000 (12:05 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 9 Oct 2023 10:43:25 +0000 (12:43 +0200)
CODE_COVERAGE.md

index 4b1a471f5b1815b22c08a2903f73467a2b0f6f2d..850502e7599de5e022eb9039e0b6953a6ec85c95 100644 (file)
@@ -38,7 +38,7 @@ The `.profraw` file(s) can be merged by [`llvm-profdata merge`](https://llvm.org
 ## Implementation
 
 We use `clang++`'s source-based coverage method in our CI, as it allows running our regression tests in parallel with several workers. It is enabled by passing the `--enable-coverage=clang` flag during `configure` for all products.
-The code coverage generation is done as part of the (build-and-test-all.yml)[https://github.com/PowerDNS/pdns/blob/master/.github/workflows/build-and-test-all.yml] workflow.
+The code coverage generation is done as part of the [build-and-test-all.yml](https://github.com/PowerDNS/pdns/blob/master/.github/workflows/build-and-test-all.yml) workflow.
 
 Since we have a `monorepo` for three products which share the same code-base, the process is a bit tricky: