gfoidl / Stochastics

Stochastic tools, distrubution, analysis
MIT License
3 stars 0 forks source link

.NET Core 3.0 #83

Closed gfoidl closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@4d8f9d4). Click here to learn what that means. The diff coverage is 95.83%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #83   +/-   ##
=========================================
  Coverage          ?   97.64%           
=========================================
  Files             ?       28           
  Lines             ?     2505           
  Branches          ?        0           
=========================================
  Hits              ?     2446           
  Misses            ?       59           
  Partials          ?        0
Impacted Files Coverage Δ
source/gfoidl.Stochastics/RuntimeHelper.cs 100% <100%> (ø)
source/gfoidl.Stochastics/SpecialFunctions.cs 100% <100%> (ø)
source/gfoidl.Stochastics/VectorHelper.cs 89.79% <100%> (ø)
source/gfoidl.Stochastics/ThrowHelper.cs 95% <90%> (ø)

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 4d8f9d4...66b7ee6. Read the comment docs.

gfoidl commented 5 years ago

HW-intrinsics for .NET Core 2.1 rely on an experimental package, so it may better to drop this, as .NET Core 3.0 officially supports this.