Skip to content

chore(deps): bump coverlet.collector from 6.0.2 to 6.0.3 #212

chore(deps): bump coverlet.collector from 6.0.2 to 6.0.3

chore(deps): bump coverlet.collector from 6.0.2 to 6.0.3 #212

Triggered via pull request December 30, 2024 23:52
Status Success
Total duration 40s
Artifacts

ci.yml

on: pull_request
πŸ› οΈ Build, πŸ§ͺ Test, πŸ“¦ Pack & 🚚 Push alpha
30s
πŸ› οΈ Build, πŸ§ͺ Test, πŸ“¦ Pack & 🚚 Push alpha
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
πŸ› οΈ Build, πŸ§ͺ Test, πŸ“¦ Pack & 🚚 Push alpha
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
πŸ› οΈ Build, πŸ§ͺ Test, πŸ“¦ Pack & 🚚 Push alpha: src/dotnet-trx-merge/Services/TrxFetcher.cs#L25
Converting null literal or possible null value to non-nullable type.
πŸ› οΈ Build, πŸ§ͺ Test, πŸ“¦ Pack & 🚚 Push alpha: src/dotnet-trx-merge/Services/TrxFetcher.cs#L81
Possible null reference argument for parameter 'runUser' in 'XElement TrxFetcher.GenerateTestRunAttribute(XNamespace ns, string runUser)'.
πŸ› οΈ Build, πŸ§ͺ Test, πŸ“¦ Pack & 🚚 Push alpha: src/dotnet-trx-merge/Commands/MergeCommand.cs#L28
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
πŸ› οΈ Build, πŸ§ͺ Test, πŸ“¦ Pack & 🚚 Push alpha: src/dotnet-trx-merge/Commands/Configurations/MergeCommandConfiguration.cs#L12
Non-nullable property 'TrxFiles' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
πŸ› οΈ Build, πŸ§ͺ Test, πŸ“¦ Pack & 🚚 Push alpha: src/dotnet-trx-merge/Commands/Configurations/MergeCommandConfiguration.cs#L14
Non-nullable property 'Directory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
πŸ› οΈ Build, πŸ§ͺ Test, πŸ“¦ Pack & 🚚 Push alpha: src/dotnet-trx-merge/Commands/Configurations/MergeCommandConfiguration.cs#L16
Non-nullable property 'Namespace' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
πŸ› οΈ Build, πŸ§ͺ Test, πŸ“¦ Pack & 🚚 Push alpha: src/dotnet-trx-merge/Commands/Configurations/MergeCommandConfiguration.cs#L17
Non-nullable property 'OutputPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.