Skip to content

Try to fix code coverage #188

Try to fix code coverage

Try to fix code coverage #188

Triggered via push December 27, 2024 08:35
Status Failure
Total duration 1m 30s
Artifacts

cicd.yaml

on: push
lyrics_scraper_net-cicd
1m 19s
lyrics_scraper_net-cicd
Fit to window
Zoom out
Zoom in

Annotations

1 error and 13 warnings
lyrics_scraper_net-cicd
Process completed with exit code 1.
lyrics_scraper_net-cicd
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
lyrics_scraper_net-cicd
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
lyrics_scraper_net-cicd
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
lyrics_scraper_net-cicd
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
lyrics_scraper_net-cicd
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
lyrics_scraper_net-cicd
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
lyrics_scraper_net-cicd
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
lyrics_scraper_net-cicd
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
lyrics_scraper_net-cicd
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
lyrics_scraper_net-cicd: LyricsScraperNET/Providers/Musixmatch/MusixmatchOptions.cs#L11
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
lyrics_scraper_net-cicd: LyricsScraperNET/Providers/Genius/GeniusOptions.cs#L11
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
lyrics_scraper_net-cicd: LyricsScraperNET/Providers/Abstract/ExternalProviderBase.cs#L13
Non-nullable property 'Parser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
lyrics_scraper_net-cicd: LyricsScraperNET/Providers/Abstract/ExternalProviderBase.cs#L14
Non-nullable property 'WebClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.