Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/helpers/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import os from 'node:os';

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