kaocha

Jake Pearson 2025-05-01T13:47:28.110109Z

Hi. Is there a way to force a plugin to be processed last? In my case, I run :kaocha.plugin/cloverage and have my own plugin. I would my plugin's post-summary function to happen after cloverage so I can read in the summary report and post it to an API. I tried changing the order in the :plugins vec, but didn't seem to change anything. Ideas?