Skip to content

feat: add ExcludeFromCodeCoverage attribute #38

feat: add ExcludeFromCodeCoverage attribute

feat: add ExcludeFromCodeCoverage attribute #38

Triggered via pull request May 2, 2024 13:53
Status Success
Total duration 45s
Artifacts

run-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: tests/N.SourceGenerators.UnionTypes.Tests/UnionTypesAnalyzerConfigOptions.cs#L19
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: tests/N.SourceGenerators.UnionTypes.BehaviorTests/NullableValueTests.cs#L26
Converting null literal or possible null value to non-nullable type.
build: tests/N.SourceGenerators.UnionTypes.BehaviorTests/NullableValueTests.cs#L26
Cannot convert null literal to non-nullable reference type.
build: tests/N.SourceGenerators.UnionTypes.BehaviorTests/NullableValueTests.cs#L36
Converting null literal or possible null value to non-nullable type.
build: tests/N.SourceGenerators.UnionTypes.BehaviorTests/NullableValueTests.cs#L36
Cannot convert null literal to non-nullable reference type.
build: tests/N.SourceGenerators.UnionTypes.BehaviorTests/NullableValueTests.cs#L48
Converting null literal or possible null value to non-nullable type.
build: tests/N.SourceGenerators.UnionTypes.BehaviorTests/NullableValueTests.cs#L48
Cannot convert null literal to non-nullable reference type.
build: tests/N.SourceGenerators.UnionTypes.BehaviorTests/JsonExperimentsTests.cs#L35
The field 'MyNewAttribute._typeDiscriminator' is never used
build: tests/N.SourceGenerators.UnionTypes.Tests/UnionTypesAnalyzerConfigOptions.cs#L19
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: tests/N.SourceGenerators.UnionTypes.BehaviorTests/NullableValueTests.cs#L26
Converting null literal or possible null value to non-nullable type.