Skip to content

Commit

Permalink
v4.44.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Jul 9, 2024
1 parent 9ec8abf commit 5ea2956
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/salesforce-deployment-assistant-error-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ You probably also need to add CRM Analytics Admin Permission Set assignment to t
---
## Error parsing file
- `Error (.*) Error parsing file: (.*)`
- `Error (.*) Error parsing file: (.*) `
**Resolution tip**
Expand Down Expand Up @@ -999,7 +999,7 @@ Please check https://developer.salesforce.com/forums/?id=9060G0000005kVLQAY
---
## Test classes with 0% coverage
- `0%`
- ` 0%`
**Resolution tip**
Expand Down
36 changes: 35 additions & 1 deletion docs/schema/sfdx-hardis-json-schema-parameters.html
Original file line number Diff line number Diff line change
Expand Up @@ -5318,6 +5318,40 @@ <h2 class="mb-0">
<br/><div id="sfdmuCanModify_ex1" class="jumbotron examples"><div class="highlight"><pre><span></span><span class="s2">&quot;myproject.force.com&quot;</span>
</pre></div>
</div>
</div>
</div>
</div>
</div>
<div class="accordion" id="accordionskipCodeCoverage">
<div class="card">
<div class="card-header" id="headingskipCodeCoverage">
<h2 class="mb-0">
<button class="btn btn-link property-name-button" type="button" data-toggle="collapse" data-target="#skipCodeCoverage"
aria-expanded="" aria-controls="skipCodeCoverage" onclick="setAnchor('#skipCodeCoverage')"><span class="property-name">skipCodeCoverage</span></button>
</h2>
</div>

<div id="skipCodeCoverage"
class="collapse property-definition-div" aria-labelledby="headingskipCodeCoverage"
data-parent="#accordionskipCodeCoverage">
<div class="card-body pl-5">

<div class="breadcrumbs">root
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-arrow-right-short" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path
fill-rule="evenodd"
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"
/>
</svg>
<a href="#skipCodeCoverage" onclick="anchorLink('skipCodeCoverage')">skipCodeCoverage</a></div><h4>Skip code coverage check</h4><span class="badge badge-dark value-type">Type: boolean</span> <span class="badge badge-success default-value">Default: false</span><br/>
<span class="description"><p>WARNING: Use with caution, only in branch scoped config ! Do not check code coverage for a deployment</p>
</span>






</div>
</div>
</div>
Expand Down Expand Up @@ -5658,6 +5692,6 @@ <h2 class="mb-0">
</div>

<footer>
<p class="generated-by-footer">Generated using <a href="https://github.com/coveooss/json-schema-for-humans">json-schema-for-humans</a> on 2024-07-08 at 19:03:29 +0200</p>
<p class="generated-by-footer">Generated using <a href="https://github.com/coveooss/json-schema-for-humans">json-schema-for-humans</a> on 2024-07-09 at 16:37:39 +0200</p>
</footer></body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sfdx-hardis",
"description": "Swiss-army-knife Toolbox for Salesforce\nAllows you to define a complete CD/CD Pipeline\nOrchestrate base commands and assist users with interactive wizards",
"version": "4.44.1",
"version": "4.44.2",
"author": "NicolasVuillamy @nvuillam",
"bugs": "https://github.com/hardisgroupcom/sfdx-hardis/issues",
"dependencies": {
Expand Down

0 comments on commit 5ea2956

Please sign in to comment.