Minor feature additions since v1.7.0:
- Additional flag,
--include_file
, toplz cover
which filters coverage output to
just the given files. - maven_jars now has two new arguments,
combine
which combines its transitive deps
into a single uberjar andhash
which sets the hash for that uberjar.
The intention here is to make it more lightweight to set a hash for a single target
rather than having to provide potentially many individual hashes. - Fixed aliases which were accidentally broken by some flag changes.