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:
parent
4d911ef7d6
commit
90564499ad
|
@ -216,7 +216,7 @@
|
|||
|
||||
(run! `(,(find-executable-path-or-fail "raco")
|
||||
"cover"
|
||||
"-d" "./docs/coverage"
|
||||
"-d" "docs/coverage"
|
||||
"-s" "doc"
|
||||
"-s" "test"
|
||||
"-f" "html"
|
||||
|
|
Loading…
Reference in New Issue
Block a user