Fix coverage reporting with AZP. (#1273)

ci_coverage
ci_complete
This commit is contained in:
Felix Fontein
2026-06-03 21:39:49 +02:00
committed by GitHub
parent db367985cf
commit f369956247
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ def update_azp_config(session: nox.Session) -> None:
session.debug(" ".join(command))
result = run_antsibull_nox(command)
if result != 0:
session.fail(f"Execution failed with status code {result}")
session.error(f"Execution failed with status code {result}")
# Allow to run the noxfile with `python noxfile.py`, `pipx run noxfile.py`, or similar.