Utility for embedding CSS into coverage report HTML files for display in Azure DevOps.
npm install @quantum-sec/azure-devops-coverage-transformThis repository contains a utility that embeds referenced CSS files in HTML coverage outputs to work
around limitations in Azure DevOps.
You can run this utility from the CLI using:
``bash`
npx --package @quantum-sec/azure-devops-coverage-transform transform --coverage-directory "./coverage/"
The --coverage-directory argument is optional and defaults to ./coverage/`.
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.