Skip to content

tmp: run just one test class

Codacy Production / Codacy Static Code Analysis required action Dec 11, 2024 in 0s

4 new issues (0 max.) of at least minor severity.

Annotations

Check warning on line 37 in src/test/kotlin/org/hiero/gradle/test/RustTasksTest.kt

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/test/kotlin/org/hiero/gradle/test/RustTasksTest.kt#L37

The function installRustToolchains installs all toolchains defined in CargoToolchain is missing documentation.

Check warning on line 40 in src/test/kotlin/org/hiero/gradle/test/RustTasksTest.kt

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/test/kotlin/org/hiero/gradle/test/RustTasksTest.kt#L40

Multiple occurrences of the same string literal within a single file detected. Prefer extracting the string literal into a property or constant.

Check warning on line 59 in src/test/kotlin/org/hiero/gradle/test/RustTasksTest.kt

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/test/kotlin/org/hiero/gradle/test/RustTasksTest.kt#L59

The function rust build results are taken FROM-CACHE and then installRustToolchains can be skipped is missing documentation.

Check warning on line 117 in src/test/kotlin/org/hiero/gradle/test/fixtures/GradleProject.kt

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/test/kotlin/org/hiero/gradle/test/fixtures/GradleProject.kt#L117

The function assemble is missing documentation.