diff options
Diffstat (limited to 'packages/sol-cov/src/index.ts')
-rw-r--r-- | packages/sol-cov/src/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/sol-cov/src/index.ts b/packages/sol-cov/src/index.ts index 7a2afbe80..10f6d9597 100644 --- a/packages/sol-cov/src/index.ts +++ b/packages/sol-cov/src/index.ts @@ -1,4 +1,6 @@ export { CoverageSubprovider } from './coverage_subprovider'; +// HACK: ProfilerSubprovider is a hacky way to do profiling using coverage tools. Not production ready +export { ProfilerSubprovider } from './profiler_subprovider'; export { SolCompilerArtifactAdapter } from './artifact_adapters/sol_compiler_artifact_adapter'; export { TruffleArtifactAdapter } from './artifact_adapters/truffle_artifact_adapter'; export { AbstractArtifactAdapter } from './artifact_adapters/abstract_artifact_adapter'; |