The existing coverage checks, which use kcov and codecov.io, have some problems. They need to be rethought:
- kcov complains about lack of coverage for blank lines
- kcov complains about lack of coverage for derived trait impls
- kcov does not exclude test functions
The existing coverage checks, which use kcov and codecov.io, have some problems. They need to be rethought: