Skip to content
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

Merge series/0.10 into master #713

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open

Merge series/0.10 into master #713

wants to merge 34 commits into from

Conversation

fthomas
Copy link
Owner

@fthomas fthomas commented Jan 9, 2020

No description provided.

howyp and others added 11 commits February 3, 2019 22:29
 Move scala-xml related code to separate module
This makes the scalaxml module only available for the JVM because
scala-xml is not available for Scala Native and fails with linking
errors on Scala.js:
```
Referring to non-existent class javax.xml.parsers.SAXParserFactory$
   called from scala.xml.factory.XMLLoader.parser()javax.xml.parsers.SAXParser
   called from scala.xml.XML$.parser()javax.xml.parsers.SAXParser
   called from scala.xml.factory.XMLLoader.loadString(java.lang.String)scala.xml.Node
   called from scala.xml.XML$.loadString(java.lang.String)scala.xml.Node
   called from eu.timepit.refined.scalaxml.string$Xml$.$$anonfun$xmlValidate$1(java.lang.String)scala.xml.Elem
   called from eu.timepit.refined.scalaxml.string$Xml$.xmlValidate()eu.timepit.refined.api.Validate
```
@codecov
Copy link

codecov bot commented Jan 9, 2020

Codecov Report

Merging #713 (63a5583) into master (c25374f) will increase coverage by 0.89%.
The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #713      +/-   ##
==========================================
+ Coverage   92.39%   93.28%   +0.89%     
==========================================
  Files          63       65       +2     
  Lines         815      804      -11     
  Branches        6       10       +4     
==========================================
- Hits          753      750       -3     
+ Misses         62       54       -8     
Impacted Files Coverage Δ
...in/scala-3.0-/eu/timepit/refined/api/RefType.scala 100.00% <ø> (+5.55%) ⬆️
...ain/scala-3.0-/eu/timepit/refined/collection.scala 100.00% <ø> (ø)
...a-3.0-/eu/timepit/refined/internal/WitnessAs.scala 64.70% <ø> (ø)
...c/main/scala-3.0-/eu/timepit/refined/numeric.scala 86.66% <ø> (-6.67%) ⬇️
...rc/main/scala-3.0-/eu/timepit/refined/string.scala 98.75% <ø> (-0.04%) ⬇️
...n/scala-3.0-/eu/timepit/refined/types/string.scala 100.00% <ø> (ø)
...n/scala/eu/timepit/refined/predicates/string.scala 100.00% <ø> (ø)
...rc/main/scala/eu/timepit/refined/util/string.scala 0.00% <ø> (ø)
.../main/scala/eu/timepit/refined/scalaxml/util.scala 0.00% <0.00%> (ø)
...ed/src/main/scala/eu/timepit/refined/generic.scala 100.00% <100.00%> (ø)
... and 6 more

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 c25374f...63a5583. Read the comment docs.

@fthomas
Copy link
Owner Author

fthomas commented Sep 26, 2020

Before merging, this should happen on the series/0.10 branch before:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants