Skip to content

Commit

Permalink
fix: import coverageUtils from parent folder (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiand391 authored May 27, 2022
1 parent cac4fc9 commit c4f471e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/formatters/deployResultFormatter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
MetadataApiDeployStatus,
RequestStatus,
} from '@salesforce/source-deploy-retrieve';
import { prepCoverageForDisplay } from '../../src/coverageUtils';
import { prepCoverageForDisplay } from '../coverageUtils';
import { ResultFormatter, ResultFormatterOptions, toArray } from './resultFormatter';
import { MdDeployResult } from './mdapi/mdDeployResultFormatter';

Expand Down

0 comments on commit c4f471e

Please sign in to comment.