Python Coverage Report Tab sends index.html on click instead of showing frame
Hello,
It seems that report-tab doesn't work on run information page, when click on it sends index.html with coverage.py report and browser starts to download it instead of showing it in the frame. Does anyone has the same issue ?
Teamcity version: 2024.07.3 (build 160765)
Please sign in to leave a comment.
Hi Andrii,
It seems your issue is related to TW-71088.
Starting from TeamCity 2020.2.3 we introduced an artifact domain isolation that improves security of the TeamCity server installation. It needs to be properly configured in order to display coverage reports and custom reports. Please refer to our documentation on how to configure the artifacts domain isolation.
https://www.jetbrains.com/help/teamcity/teamcity-configuration-and-maintenance.html#artifacts-domain-isolation
For further details, please refer to the comments on the issue: https://youtrack.jetbrains.com/issue/TW-71088/Code-coverage-report-is-downloaded-instead-of-displaying#focus=Comments-27-4841695.0-0.
Best Regards,
Tom