Previously this was supported by setting SIMPLECOV_INLINE_ASSETS:
however support has been dropped as part of the initial v1 release.
Having a single self-contained report means that the report (index.html) can be uploaded to GitHub as a single file run artifact, and viewed on the run without having to download the artifacts:
GitHub Blog: GitHub Actions now supports uploading and downloading non-zipped artifacts
Is there any appetite to reintroduce this feature?
Previously this was supported by setting
SIMPLECOV_INLINE_ASSETS:however support has been dropped as part of the initial
v1release.Having a single self-contained report means that the report (
index.html) can be uploaded to GitHub as a single file run artifact, and viewed on the run without having to download the artifacts:GitHub Blog: GitHub Actions now supports uploading and downloading non-zipped artifacts
Is there any appetite to reintroduce this feature?