Closed jasonboukheir closed 3 years ago
Merging #92 (4c4e022) into preview (f4dab8d) will decrease coverage by
6.73%
. The diff coverage is42.06%
.
@@ Coverage Diff @@
## preview #92 +/- ##
===========================================
- Coverage 20.25% 13.51% -6.74%
===========================================
Files 95 96 +1
Lines 3639 9189 +5550
===========================================
+ Hits 737 1242 +505
- Misses 2902 7947 +5045
Flag | Coverage Δ | |
---|---|---|
unittests | 13.51% <42.06%> (-6.74%) |
: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 92245ba...4c4e022. Read the comment docs.
:tada: This PR is included in version 3.1.0-preview.7 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
New{method name}Func
to{method name}AsFunc
. For example,NewSumFunc
->SumAsFunc
.