monkey-projects / monkeyci

Next-generation CI/CD tool that uses the full power of Clojure!
https://monkeyci.com
GNU General Public License v3.0
5 stars 0 forks source link

Custom reports #136

Open wneirynck opened 6 months ago

wneirynck commented 6 months ago

Add the possibility to define "custom reports". How this should be implemented is still TBD, but it should be possible for the user to define their own report rendering based on some job output. This report can then be displayed in the job result, either inline or as a separate tab.

We could make it so that test details and coverage stats (issues #56 and #57) are an implementation of a custom report like this.

wneirynck commented 6 months ago

See also issue #105 (extensions).