Skip to content

Commit a22d270

Browse files
committed
Update constants.ts
1 parent 26919f2 commit a22d270

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/helpers/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import os from 'node:os';
22

33
export default class Constants {
44
public static readonly DEFAULT_XML_NAMESPACE = 'http://soap.sforce.com/2006/04/metadata';
5+
// curl -H "Accept: application/json" https://dx-extended-coverage.my.salesforce-sites.com/services/apexrest/report > metadata-coverage.json
56
public static readonly METADATA_COVERAGE_REPORT_URL =
67
'https://dx-extended-coverage.my.salesforce-sites.com/services/apexrest/report';
78
public static readonly DEFAULT_PACKAGE_NAME = 'package.xml';

0 commit comments

Comments
 (0)