Skip to content

report test coverage #57

report test coverage

report test coverage #57

Triggered via schedule June 8, 2024 21:00
Status Success
Total duration 2m 22s
Artifacts

dotnet-coverage.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
test-report
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-report
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test-report: test/QuickstartTemplate.UnitTests/DummyDbContext/DummyEntities.cs#L33
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-report: test/QuickstartTemplate.UnitTests/DummyDbContext/DummyEntities.cs#L23
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-report: test/QuickstartTemplate.UnitTests/DummyDbContext/DummyEntities.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-report: test/QuickstartTemplate.UnitTests/DummyDbContext/DummyEntities.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-report: test/QuickstartTemplate.WebApi.IntegrationTests/Helpers/TestController.cs#L27
Dereference of a possibly null reference.
test-report: test/QuickstartTemplate.WebApi.IntegrationTests/CustomWebApplicationFactory.cs#L30
Possible null reference argument for parameter 'item' in 'bool ICollection<ServiceDescriptor>.Remove(ServiceDescriptor item)'.