gert
gert copied to clipboard
Need more verbosity in CI
Most functions currently have verbose = interactive()
as default. As a result, when gert is used in CI scripts, most errors get muffled under the carpet and you can't see from the CI logs what went wrong.
Maybe the default should just be verbose = TRUE
in the cases where we currently have verbose = interactive()
.