typelevel / algebra

Experimental project to lay out basic algebra type classes
https://typelevel.org/algebra/
Other
378 stars 69 forks source link

Scala 2.13.0-M4 #217

Closed xuwei-k closed 5 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #217 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #217   +/-   ##
======================================
  Coverage    76.4%   76.4%           
======================================
  Files          42      42           
  Lines         958     958           
  Branches       68      68           
======================================
  Hits          732     732           
  Misses        226     226
Impacted Files Coverage Δ
...e/src/main/scala/algebra/ring/Multiplicative.scala 50.94% <0%> (ø) :arrow_up:
core/src/main/scala/algebra/ring/Additive.scala 42.85% <0%> (ø) :arrow_up:

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 f5f6a96...9069d8e. Read the comment docs.

andyscott commented 6 years ago

Looks like the test failed because of Travis flakiness. Any chance we could have the tests re-run and if they pass have a release cut with 2.13.-M4 support?

larsrh commented 5 years ago

@andyscott I've restarted the builds. Maybe if this one works, we can update to M5 quickly.

LukaJCB commented 5 years ago

:+1:

larsrh commented 5 years ago

Sorry for dropping the ball on this. algebra is now needed for cats-collections, so I'm going to resume working on a release.