@quantum-sec/azure-devops-coverage-transform
v1.1.0
Published
Utility for embedding CSS into coverage report HTML files for display in Azure DevOps.
Downloads
107
Readme
Azure DevOps Code Coverage Transformer
This repository contains a utility that embeds referenced CSS files in HTML coverage outputs to work around limitations in Azure DevOps.
Command Line Usage
You can run this utility from the CLI using:
npx --package @quantum-sec/azure-devops-coverage-transform transform --coverage-directory "./coverage/"
The --coverage-directory
argument is optional and defaults to ./coverage/
.
Isolation
You should isolate the use of this utility to the Azure DevOps pipeline builds as it interferes with syntax highlighting – when running locally, use the generated output directly.