We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26919f2 commit a22d270Copy full SHA for a22d270
src/helpers/constants.ts
@@ -2,6 +2,7 @@ import os from 'node:os';
2
3
export default class Constants {
4
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
6
public static readonly METADATA_COVERAGE_REPORT_URL =
7
'https://dx-extended-coverage.my.salesforce-sites.com/services/apexrest/report';
8
public static readonly DEFAULT_PACKAGE_NAME = 'package.xml';
0 commit comments