Switch to DFHack luacov fork

Fixes behavior of `push.recurseSubmodules`: since the commit we track is
currently only a tag (v0.15.0), pushing with `recurseSubmodules = check` fails
since that checks that submodule commits are on a branch. In our own fork, we
can add a `dfhack` branch that resolves this issue, which is consistent with
other dependencies.
develop
lethosor 2021-04-03 18:09:24 -04:00
parent ea1bc9e01b
commit 9d723dc256
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 1 additions and 1 deletions

2
.gitmodules vendored

@ -30,5 +30,5 @@
shallow = true shallow = true
[submodule "depends/luacov"] [submodule "depends/luacov"]
path = depends/luacov path = depends/luacov
url = ../../keplerproject/luacov.git url = ../../DFHack/luacov.git
shallow = true shallow = true