chore(deps): bump coverallsapp/github-action from 2.3.1 to 2.3.3 #200
ci.yml
on: pull_request
π οΈ Build, π§ͺ Test, π¦ Pack & π Push alpha
22s
Annotations
11 warnings
π οΈ Build, π§ͺ Test, π¦ Pack & π Push alpha
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
π οΈ 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/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#L51
Dereference of a possibly null reference.
|
π οΈ 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/Logging/Logger.cs#L134
Possible null reference return.
|
π οΈ 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.
|
π οΈ Build, π§ͺ Test, π¦ Pack & π Push alpha:
test/dotnet-trx-merge.IntegrationTests/DotNetTrxMergeTests.cs#L205
Dereference of a possibly null reference.
|