-
Notifications
You must be signed in to change notification settings - Fork 22
Conversation
scalacOptions ++= List( | ||
"-deprecation", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left this here as I fixed the deprecation warnings
Codecov Report
@@ Coverage Diff @@
## master #69 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 10 10
=========================================
Hits 10 10
Continue to review full report at Codecov.
|
Coverage seems to be computed for 2.12 and 2.13 separately as expected (I guess we want that when/if code starts drifting?), although it's unclear how it's reported
|
@bjaglin, this is awesome! I've been wanting this for quite a while but hesitated since I'm not that familiar with SBT, especially recent versions. Thanks for working on it! |
For Codecov report, it is actually broken from day one when I introduced it. Somehow the report does not cover the main implementation file |
@liancheng it's actually very recent, and for now incentive to cross-build is limited as it's not possible to use it via |
sbt-scalafix
users will soon be able to use _2.13 rules (although the default will remain _2.12 for a while), see scalacenter/scalafix#1108