@@ -316,7 +316,7 @@ jobs:
316316 cargo build
317317 cargo run -- 2
318318 cargo llvm-cov report --fail-under-lines 57
319- shell : zsh {0}
319+ shell : zsh {0} # zizmor: ignore[misfeature] used for compatibility testing
320320 working-directory : tests/fixtures/crates/bin_crate
321321 if : matrix.os != 'windows-11-arm'
322322 - name : Test show-env --csh on csh
@@ -332,7 +332,7 @@ jobs:
332332 cargo build
333333 cargo run -- 2
334334 cargo llvm-cov report --fail-under-lines 57
335- shell : bsd-csh {0}
335+ shell : bsd-csh {0} # zizmor: ignore[misfeature] used for compatibility testing
336336 working-directory : tests/fixtures/crates/bin_crate
337337 if : startsWith(matrix.os, 'ubuntu') || matrix.os == ''
338338 - name : Test show-env --csh on tcsh
@@ -349,7 +349,7 @@ jobs:
349349 cargo build
350350 cargo run -- 2
351351 cargo llvm-cov report --fail-under-lines 57
352- shell : tcsh {0}
352+ shell : tcsh {0} # zizmor: ignore[misfeature] used for compatibility testing
353353 working-directory : tests/fixtures/crates/bin_crate
354354 if : matrix.os != 'windows-11-arm'
355355 - name : Test show-env --fish
@@ -365,15 +365,15 @@ jobs:
365365 cargo build
366366 cargo run -- 2
367367 cargo llvm-cov report --fail-under-lines 57
368- shell : fish {0}
368+ shell : fish {0} # zizmor: ignore[misfeature] used for compatibility testing
369369 working-directory : tests/fixtures/crates/bin_crate
370370 if : matrix.os != 'windows-11-arm'
371371 # Split step and use absolute path to work around https://www.nushell.sh/book/thinking_in_nu.html#example-dynamically-generating-source
372372 - name : Test show-env --nu (generate env)
373373 run : |
374374 cargo llvm-cov show-env --nu | save -f /tmp/env.nu
375375 cat -- /tmp/env.nu
376- shell : nu {0}
376+ shell : nu {0} # zizmor: ignore[misfeature] used for compatibility testing
377377 working-directory : tests/fixtures/crates/bin_crate
378378 if : (!startsWith(matrix.os, 'windows'))
379379 - name : Test show-env --nu
@@ -388,7 +388,7 @@ jobs:
388388 cargo build
389389 cargo run -- 2
390390 cargo llvm-cov report --fail-under-lines 57
391- shell : nu {0}
391+ shell : nu {0} # zizmor: ignore[misfeature] used for compatibility testing
392392 working-directory : tests/fixtures/crates/bin_crate
393393 if : (!startsWith(matrix.os, 'windows'))
394394 - name : Test show-env --xonsh
@@ -404,7 +404,7 @@ jobs:
404404 cargo build
405405 cargo run -- 2
406406 cargo llvm-cov report --fail-under-lines 57
407- shell : xonsh {0}
407+ shell : xonsh {0} # zizmor: ignore[misfeature] used for compatibility testing
408408 working-directory : tests/fixtures/crates/bin_crate
409409 if : (!startsWith(matrix.os, 'windows'))
410410
0 commit comments