-
Notifications
You must be signed in to change notification settings - Fork 100
fix(namespace): fix namespaces on reported class names #1365
Conversation
Thank you @JonnyPower for this first contribution! |
a552105
to
ce5507e
Compare
@azlam-abdulsalam any idea what the "Invalid time value" error is? don't believe it's related to my changes, but concerning because of the exit code ( |
Invalid time value unrelated. Caused by upstream. PR: forcedotcom/salesforcedx-apex#324 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @JonnyPower , This looks good!
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1365 +/- ##
=======================================
Coverage ? 47.01%
=======================================
Files ? 70
Lines ? 3099
Branches ? 659
=======================================
Hits ? 1457
Misses ? 1617
Partials ? 25 ☔ View full report in Codecov by Sentry. |
* fix(namespace): fix namespaces on reported class names Related to: #1362 * fix(apex-test): retry on Internal SF Error * fix(apex-test): update decision record
closes #1362
Summary generated by Reviewpad on 21 Jul 23 03:34 UTC
This pull request fixes namespaces on reported class names in the TriggerApexTests.ts file. It makes modifications to the
fixBadNamespaceClassFullNames
method to replace underscores with dots in class names. This ensures that the namespaces are correctly represented. The changes also include updating thetestResult
andsecondTestResult
variables to apply the fixed namespaces.Checklist
All items have to be completed before a PR is merged