Skip to content

chore: Bump coverlet.collector and coverlet.msbuild from 6.0.4 to 8.0.1 #213

chore: Bump coverlet.collector and coverlet.msbuild from 6.0.4 to 8.0.1

chore: Bump coverlet.collector and coverlet.msbuild from 6.0.4 to 8.0.1 #213

Triggered via pull request April 4, 2026 03:53
Status Success
Total duration 52s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Daqifi.Core.Tests/Device/SdCard/SdCardCsvFileParserTests.cs#L462
Dereference of a possibly null reference.
build: src/Daqifi.Core.Tests/Device/SdCard/SdCardCsvFileParserTests.cs#L206
Dereference of a possibly null reference.
build: src/Daqifi.Core.Tests/Device/SdCard/SdCardCsvFileParserTests.cs#L205
Dereference of a possibly null reference.
build: src/Daqifi.Core.Tests/Device/SdCard/SdCardCsvFileParserTests.cs#L204
Dereference of a possibly null reference.
build: src/Daqifi.Core.Tests/Device/SdCard/SdCardCsvFileParserTests.cs#L184
Dereference of a possibly null reference.
build: src/Daqifi.Core.Tests/Device/SdCard/SdCardCsvFileParserTests.cs#L183
Dereference of a possibly null reference.
build: src/Daqifi.Core.Tests/Device/Protocol/ProtobufProtocolHandlerTests.cs#L130
Converting null literal or possible null value to non-nullable type.
build: src/Daqifi.Core.Tests/Device/Protocol/ProtobufProtocolHandlerTests.cs#L76
Converting null literal or possible null value to non-nullable type.
build: src/Daqifi.Core.Tests/Device/Protocol/ProtobufProtocolHandlerTests.cs#L45
Converting null literal or possible null value to non-nullable type.
build: src/Daqifi.Core/Communication/Consumers/StreamMessageConsumer.cs#L128
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)