Add code coverage and Codecov integration #3
Annotations
1 error and 11 warnings
test
Codecov: Failed to properly upload: The process '/home/runner/work/_actions/codecov/codecov-action/v3/dist/codecov' failed with exit code 255
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test:
MoLibrary.GachaPool/Conventions/ProbabilityAVLTree.cs#L27
Non-nullable field '_root' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
test:
MoLibrary.GachaPool/Conventions/ProbabilityAVLTree.cs#L50
The result of the expression is always 'false' since a value of type 'double' is never equal to 'null' of type 'double?'
|
test:
MoLibrary.GachaPool/Conventions/ProbabilityAVLTree.cs#L149
Converting null literal or possible null value to non-nullable type.
|
test:
MoLibrary.GachaPool/Conventions/ProbabilityAVLTree.cs#L18
Non-nullable property 'Item' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
test:
MoLibrary.GachaPool/Conventions/ProbabilityAVLTree.cs#L20
Non-nullable property 'Left' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
test:
MoLibrary.GachaPool/Conventions/ProbabilityAVLTree.cs#L21
Non-nullable property 'Right' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
test:
MoLibrary.GachaPool/Conventions/ProbabilityAVLTree.cs#L22
Non-nullable property 'Parent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
test:
MoLibrary.GachaPool.Console/Program.cs#L18
Possible null reference argument for parameter 'data' in 'void ConsoleWriteUpdater.Update(string data)'.
|
test:
MoLibrary.GachaPool.Console/Program.cs#L64
Non-nullable field '_pool' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
test:
MoLibrary.GachaPool.Tests/CardPoolManagerTests.cs#L75
Dereference of a possibly null reference.
|