Skip to content

Commit

Permalink
Make CI failures better readable. (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Apr 17, 2023
1 parent d34370d commit 81fb414
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion noxfile.py
Expand Up @@ -134,7 +134,11 @@ def coverage_release(session: nox.Session):
*posargs,
"-e",
f"antsibull_build_command={build_command!r}",
env={"ANSIBLE_COLLECTIONS_PATH": str(collections), **cov_env},
env={
"ANSIBLE_COLLECTIONS_PATH": str(collections),
"ANSIBLE_CALLBACK_RESULT_FORMAT": "yaml",
**cov_env,
},
)

combined = map(str, tmp.glob(".coverage.*"))
Expand Down

0 comments on commit 81fb414

Please sign in to comment.