Hi, We have a custom integration that leverage the API capabilities. This works great so far. As part of our framework, we added a coverage report at the end of the run. However, the API currently doesn't support adding attachments nor comment at the run level, preventing us to add the coverage report at the run completion. After a chat with the support, it appears to be something that currently doesn't have a known workaround (In Qase.io ). Would that be a feature that may be considered in the future? Nicolas ------- PS: A little more on the need. Here, the context is only Rest API testing and CI automated. We are currently using a custom integration (It's Jest underneath, but results are sent through the Qase API using a custom reporter, which allow us to add far more details that the standard integration). At the end of the run execution, we generate an API coverage report that follow this approach >> https://personal.us.es/amarlop/wp-content/uploads/2019/09/Test_Coverage_Criteria_for_RESTful_Web_APIs.pdf <<. In search of a solution we opted for a relatively simple "file" generation, hence this request. However the actual need is to have "coverage reporting" capabilities for our Rest APIs. And so any other option that can fit this need would make it, perhaps even better if this is native Qase UX/UI rather than an exported/attached file :-).