Closed SethTisue closed 5 years ago
:exclamation: No coverage uploaded for pull request base (
master@7ff8efd
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #31 +/- ##
=========================================
Coverage ? 95.57%
=========================================
Files ? 17
Lines ? 588
Branches ? 23
=========================================
Hits ? 562
Misses ? 26
Partials ? 0
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 7ff8efd...b1476bf. Read the comment docs.
@hrhino :)
@hrhino are you (or anyone else) merging PRs in this repo, perchance? it's nbd, but it would also be nice to have it out of my queue
@SethTisue yes; I'll take a look right now. I've been on an OSS moratorium while I get another job's worth of legal issues out of the way, but I'm itching to get back into it.
thanks! good luck with the lawyers
this eases adding testz to the Scala 2.12 community build.
something about how sbt-jmh operates confuses dbuild; the easiest way to deal with it is is to confine JMH usage to only subprojects which we can exclude from the community build. but "extras" is depended on by "tests", and obviously we would prefer to include "tests".
it appears to me that the line removed here may be vestigial and not needed anyway.