We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f9b30 commit 2c49969Copy full SHA for 2c49969
1 file changed
.teamcity/Templates/UnitTestsTemplate.kt
@@ -47,6 +47,8 @@ object UnitTestsTemplate : Template({
47
workingDir = "imod-python/imod/tests"
48
scriptMode = script {
49
content = """
50
+ pixi config set --local detached-environments "C:\pixi_envs"
51
+
52
${'$'}REPORT = echo "coverage report" | pixi shell --environment default --frozen
53
54
${'$'}TOTALS = ${'$'}REPORT | Select-String -Pattern 'TOTAL' -CaseSensitive -SimpleMatch
0 commit comments