Can I fail code coverage but still show the full generated report

Using the following Code Coverage Plugin line after a simple gcovr generation. The line does properly fail the build but I would like to be able to access the full coverage report in build output. Currently it only shows the high level table of lines and branch percentages.

publishCoverage adapters: [coberturaAdapter('coverage.xml')], sourceFileResolver: sourceFiles('STORE_LAST_BUILD'), globalThresholds: [[failUnhealthy: true, thresholdTarget: 'Line', unhealthyThreshold: 81]]