Skip to content

- implemented argument variable provider #470

- implemented argument variable provider

- implemented argument variable provider #470

Triggered via pull request June 25, 2024 12:08
Status Success
Total duration 1m 57s
Artifacts

nox_code_quality.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Plugin.Core.Tests.SnakeNameTests ► Can_Convert_To_Snake_Name(sourceValue: "Hello.World", expectedValue: "hello_world"): tests/Plugin.Core.Tests/SnakeNameTests.cs#L34
Failed test found in: tests/Plugin.Core.Tests/TestResults/test-results.trx Error: Assert.Single() Failure: The collection contained 3 items Collection: [["result"] = "Hello_World", ["result-lower"] = "hello_world", ["result-upper"] = "HELLO_WORLD"]
Plugin.Core.Tests.SnakeNameTests ► Can_Convert_To_Snake_Name(sourceValue: "HELLO.World", expectedValue: "hello_world"): tests/Plugin.Core.Tests/SnakeNameTests.cs#L34
Failed test found in: tests/Plugin.Core.Tests/TestResults/test-results.trx Error: Assert.Single() Failure: The collection contained 3 items Collection: [["result"] = "HELLO_World", ["result-lower"] = "hello_world", ["result-upper"] = "HELLO_WORLD"]
Plugin.Core.Tests.SnakeNameTests ► Can_Convert_To_Snake_Name(sourceValue: "HelloWorld", expectedValue: "helloworld"): tests/Plugin.Core.Tests/SnakeNameTests.cs#L34
Failed test found in: tests/Plugin.Core.Tests/TestResults/test-results.trx Error: Assert.Single() Failure: The collection contained 3 items Collection: [["result"] = "HelloWorld", ["result-lower"] = "helloworld", ["result-upper"] = "HELLOWORLD"]
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3, actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.