]> git.codecow.com Git - Monocypher.git/commit
Fixed code coverage checking
authorLoup Vaillant <loup@loup-vaillant.fr>
Sun, 1 Oct 2017 14:05:41 +0000 (16:05 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sun, 1 Oct 2017 14:05:41 +0000 (16:05 +0200)
commit34a74eba09f61c4e83cd8ee5304122030eeff264
tree11629e6d5714fa7f6fd4e6ce9e187bfd5f8b1f97
parentc7b31ec807999592428b24b1452d44eda4b48ac2
Fixed code coverage checking

Fixed #47

The manual was missing the `-fcoverage-mapping` option, of course we
didn't have coverage data...

Also changed `llvm-cov` to `llvm-cov-3.8` on tests/coverage.sh: some
systems don't have the versionless alias.
README.md
tests/coverage.sh