Fixed coverage paths in html files (the path given to raco cover -d shouldn't start with ./, otherwise simplify-path transforms it into an absolute path)

This commit is contained in:
Georges Dupéron 2016-02-02 22:16:17 +01:00
parent 4d911ef7d6
commit 90564499ad

View File

@ -216,7 +216,7 @@
(run! `(,(find-executable-path-or-fail "raco")
"cover"
"-d" "./docs/coverage"
"-d" "docs/coverage"
"-s" "doc"
"-s" "test"
"-f" "html"