CareBoo / Blinq

Burst Compatible Linq Implementations
MIT License
23 stars 0 forks source link

feat: :sparkles: Implement Run and Schedule Contains #93

Closed jasonboukheir closed 3 years ago

jasonboukheir commented 3 years ago

Fixes #70

codecov[bot] commented 3 years ago

Codecov Report

Merging #93 (5640b3c) into preview (f4dab8d) will decrease coverage by 6.78%. The diff coverage is 41.30%.

Impacted file tree graph

@@             Coverage Diff             @@
##           preview      #93      +/-   ##
===========================================
- Coverage    20.25%   13.46%   -6.79%     
===========================================
  Files           95       96       +1     
  Lines         3639     9225    +5586     
===========================================
+ Hits           737     1242     +505     
- Misses        2902     7983    +5081     
Flag Coverage Δ
unittests 13.46% <41.30%> (-6.79%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...CareBoo.Blinq/NativeArray/NativeArray.Aggregate.cs 100.00% <ø> (ø)
...blinq/CareBoo.Blinq/NativeArray/NativeArray.All.cs 100.00% <ø> (ø)
...blinq/CareBoo.Blinq/NativeArray/NativeArray.Any.cs 80.00% <ø> (ø)
...ray/NativeArray.Average/NativeArray.Average.gen.cs 3.97% <ø> (-1.80%) :arrow_down:
...nq/CareBoo.Blinq/NativeArray/NativeArray.Concat.cs 100.00% <ø> (ø)
.../CareBoo.Blinq/NativeArray/NativeArray.Distinct.cs 100.00% <ø> (ø)
...CareBoo.Blinq/NativeArray/NativeArray.ElementAt.cs 100.00% <ø> (ø)
...nq/CareBoo.Blinq/NativeArray/NativeArray.Except.cs 50.00% <ø> (ø)
...inq/CareBoo.Blinq/NativeArray/NativeArray.First.cs 100.00% <ø> (ø)
...linq/CareBoo.Blinq/NativeArray/NativeArray.Last.cs 100.00% <ø> (ø)
... and 97 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 70a9ae3...5640b3c. Read the comment docs.

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 3.1.0-preview.8 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: