Skip to content

Daily Test Coverage Improver: Add comprehensive tests for Utils and DebugUtils #738

Daily Test Coverage Improver: Add comprehensive tests for Utils and DebugUtils

Daily Test Coverage Improver: Add comprehensive tests for Utils and DebugUtils #738

Triggered via pull request August 23, 2025 21:44
Status Failure
Total duration 56s
Artifacts

build.yaml

on: pull_request
Verify code formatting
19s
Verify code formatting
Build
54s
Build
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 notice
Verify code formatting
Process completed with exit code 99.
Build: src/FSharp.Control.TaskSeq.Test/TaskSeq.EdgeCases.Tests.fs#L108
The type 'bool' does not have 'null' as a proper value
Build: src/FSharp.Control.TaskSeq.Test/TaskSeq.EdgeCases.Tests.fs#L108
The type 'bool' is not compatible with the type 'NHamcrest.IMatcher<obj>'
Build: src/FSharp.Control.TaskSeq.Test/TaskSeq.EdgeCases.Tests.fs#L87
Type constraint mismatch. The type � 'int array' �is not compatible with type� 'Task'
Build: src/FSharp.Control.TaskSeq.Test/TaskSeq.EdgeCases.Tests.fs#L57
No overloads match for method 'Bind'.��Known types of arguments: int array * ('a -> TaskCode<'b,unit>)��Available overloads:� - member TaskBuilderBase.Bind: computation: Async<'TResult1> * continuation: ('TResult1 -> TaskCode<'TOverall,'TResult2>) -> TaskCode<'TOverall,'TResult2> // Argument 'computation' doesn't match� - member TaskBuilderBase.Bind: task: Task<'TResult1> * continuation: ('TResult1 -> TaskCode<'TOverall,'TResult2>) -> TaskCode<'TOverall,'TResult2> // Argument 'task' doesn't match� - member TaskBuilderBase.Bind: task: ^TaskLike * continuation: ('TResult1 -> TaskCode<'TOverall,'TResult2>) -> TaskCode<'TOverall,'TResult2> when ^TaskLike: (member GetAwaiter: unit -> ^Awaiter) and ^Awaiter :> Runtime.CompilerServices.ICriticalNotifyCompletion and ^Awaiter: (member get_IsCompleted: unit -> bool) and ^Awaiter: (member GetResult: unit -> 'TResult1) // Argument 'task' doesn't match
Build: src/FSharp.Control.TaskSeq.Test/TaskSeq.Utils.Tests.fs#L241
The type 'int' does not match the type 'unit'
Build: src/FSharp.Control.TaskSeq.Test/TaskSeq.Utils.Tests.fs#L241
The type 'int' does not match the type 'unit'
Build: src/FSharp.Control.TaskSeq.Test/TaskSeq.Utils.Tests.fs#L212
The type 'int' does not match the type 'Async<int>'
Build: src/FSharp.Control.TaskSeq.Test/TaskSeq.Utils.Tests.fs#L212
The type 'int' does not match the type 'Async<int>'
Build: src/FSharp.Control.TaskSeq.Test/TaskSeq.Utils.Tests.fs#L212
The type 'int' does not match the type 'Async<'a>'
Build: src/FSharp.Control.TaskSeq.Test/TaskSeq.Utils.Tests.fs#L81
This construct is deprecated. From version 0.4.0 onward, 'ValueTask.FromResult' is deprecated in favor of 'ValueTask.fromResult'. It will be removed in an upcoming release.
Build
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677