Notify Bitbucket with multiple tests status

Hello,
Added to the global ci/cd drone “build” status, I would like to notify bitbucket with test suites status (screenshot below from commit page, builds column).
How can we do this in drone?
Thank you

multiple-test-suites-status-with-drone

Nevermind, I’m using the bitbucket api to show unit tests comments on bitbucket: https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/{username}/{repo_slug}/commit/{node}/statuses

Have a good day