Skip to content

chore(deps): bump coverallsapp/github-action from 2.3.1 to 2.3.3 #200

chore(deps): bump coverallsapp/github-action from 2.3.1 to 2.3.3

chore(deps): bump coverallsapp/github-action from 2.3.1 to 2.3.3 #200

Triggered via pull request October 26, 2024 10:44
Status Success
Total duration 33s
Artifacts

ci.yml

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

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#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/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.