```
If you build the binaries with the depends folder and then generate
coverage reports with make cov, depends will be included in the coverage
reports. Coverage of the dependencies are not that interesting and
should be filtered.
```
Backport of core [[https://github.com/bitcoin/bitcoin/pull/17647 | PR17647]].
Depends on D5301.