Skip to content

Commit

Permalink
Added code coverage numbers back again, as this is the only reliable …
Browse files Browse the repository at this point in the history
…way of getting numbers out of Salesforce
  • Loading branch information
rob-baillie-ortoo committed Dec 13, 2021
1 parent 07f5c87 commit d0c5af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-org-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# Run All Unit Tests

- name: Run All Unit Tests
run: sfdx force:apex:test:run -r human -u "${{env.ORG_ALIAS_PREFIX}}${{github.run_number}}" --wait 20 | grep -v ' Pass '; test ${PIPESTATUS[0]} -eq 0
run: sfdx force:apex:test:run -r human -u "${{env.ORG_ALIAS_PREFIX}}${{github.run_number}}" --codecoverage --wait 20 | grep -v ' Pass '; test ${PIPESTATUS[0]} -eq 0

# Delete Scratch Org

Expand Down

0 comments on commit d0c5af3

Please sign in to comment.