esbuild-plugin-istanbul is an Esbuild plugin that seamlessly integrates Istanbul.js code coverage instrumentation into your build process. This enables comprehensive tracking of test coverage for projects using Esbuild. It simplifies the setup of code coverage within an Esbuild-based workflow, enabling developers to generate coverage reports with tools like Istanbul CLI upon running tests. The plugin provides easy configuration options to tailor instrumentation and report generation to your project needs.