-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Scala.js to 1.0, disable Scala.js coverage reporting #3357
Update Scala.js to 1.0, disable Scala.js coverage reporting #3357
Conversation
/cc @cquiroz |
I guess this is the way to go. I'm a bit worried that not every lib is on scala.js 1.0 and that would limit reach, e.g. we depend on scalajs-react which isn't yet on 1.0. |
This is green but note that the |
@cquiroz I'm happy to publish for 0.6 if we decide that that's what's needed—I just don't really want to sign up for that in advance. Let's see when 2.2.0 comes out, etc. It's always easy to add a new cross-publishing script for 0.6. |
It looks like coverage isn't reported at all anymore? |
@larsrh Oh, wow, what a mess. I might not get to this today, but I don't think there's any real hurry. |
After looking at the build logs, it seems Coverage is reported, it just doesn't make its way into a comment on this PR: https://codecov.io/gh/typelevel/cats/pull/3357 |
6eb26f6
to
ae4412b
Compare
Codecov Report
@@ Coverage Diff @@
## master #3357 +/- ##
=======================================
Coverage 91.64% 91.64%
=======================================
Files 381 381
Lines 8268 8268
Branches 227 225 -2
=======================================
Hits 7577 7577
Misses 691 691
Continue to review full report at Codecov.
|
Just refreshed this branch (I also went ahead and bumped the Scala.js version, so this supersedes #3418). I confirmed that I also confirmed that |
The Scala.js builds are still slower in CI, and I'm not sure why, but I don't think that should block this PR. |
36caae6
Sorry, @ChristopherDavenport, @larsrh, just had to resolve a plugins.sbt conflict, so I'll need at least one re-review? |
Ugh, now we're back to "builds take incredibly long or time out" instead of just "builds are slower". I asked about this in the Scala.js Gitter channel, but I think we'll have to hold off on this PR for now. |
Capturing these comments from Sébastien on Gitter for the record:
And:
|
This is green again, and I'm going to go ahead and merge it. Just switching to |
This is like #3312, except:
buildJVM
job to fail for some reason.scala.js-1.0-publish.sh
script to work for 0.6.If we decide someday that we need to publish a future release for Scala.js 0.6.x, I think we should add a new
scala.js-0.6-publish.sh
at that point, rather than repurposing the 1.0 one.