Generate sonarcloud report with Jest

Is there anyway to generate a sonarcloud report with Node.js using jest? I’ve found the plugin jest-sonarcloud-reporter, but only runs it locally and generates de .xml, and I need to upload de report to sonarcloud.io. Is there anyway to upload de .xml? Or is there any other way to generate the report directly there with the token?