-
Notifications
You must be signed in to change notification settings - Fork 544
Use sbt circe org for building #2045
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
Use sbt circe org for building #2045
Conversation
I'm not sure what you mean about difference licenses. The only problem is that the license is specified with the wrong name. Actually you can just delete this line since ASL v2 is already the default. Line 455 in cee926f
|
| ScalaUnidoc / unidoc / unidocProjectFilter := inProjects( | ||
| numbers.jvm, |
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.
Instead of deleting this unidoc stuff, let's move it into a published unidoc artifact.
https://typelevel.org/sbt-typelevel/site.html#how-can-i-publish-unidoc-api-docs
7ce489e to
beb7341
Compare
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## series/0.14.x #2045 +/- ##
=================================================
- Coverage 86.12% 85.11% -1.01%
=================================================
Files 74 76 +2
Lines 2544 2715 +171
Branches 130 344 +214
=================================================
+ Hits 2191 2311 +120
- Misses 353 404 +51
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
|
@zarthross I think you need a |
|
I guess it would make review of this PR easier, if the header changes are done in a separate PR ? |
Not able to locate License fileor some sort. We do have a problem here in that I see some modules use a different license. Maybe we should disable license header management here?Notable changes: