We're actually sending data to both terminal and non terminal destinations like Slack/MsTeams. We render to html or markdown when we can, but sometimes we have to fall back to ASCII.
If you're curious, you can see the way we're using tabulate here:
https://docs.robusta.dev/master/developer-guide/actions/find...
We're actually sending data to both terminal and non terminal destinations like Slack/MsTeams. We render to html or markdown when we can, but sometimes we have to fall back to ASCII.
If you're curious, you can see the way we're using tabulate here:
https://docs.robusta.dev/master/developer-guide/actions/find...