-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interoperability Process Tracking #36
Conversation
…cesses code is identical to the * option
…bility processes after the production starts in %UnitTest.TestProduction test cases
…LogAssert is passed in by reference?
…bles, and added namespace to the query for processes
…bility too, tested that it still works on Profiler and using RunAllTests
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.
A few very minor comments.
Please also update CHANGELOG.md with a line on this in the "Added" section, referencing the issue number at the end - i.e.:
- Added a straightforward way to find and track coverage on all interoperability processes in the current namespace (Do a better job collecting coverage on all processes #14)
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #36 +/- ##
==========================================
- Coverage 38.98% 38.71% -0.28%
==========================================
Files 14 14
Lines 1244 1258 +14
==========================================
+ Hits 485 487 +2
- Misses 759 771 +12 ☔ View full report in Codecov by Sentry. |
Last thing - need to bump module.xml version to 3.2.0 |
Created an extra option for monitoring coverage by the current job as well as all interoperability processes.
Callable by setting tCoverageParams("ProcessIDs") = $ListBuild("Interop") and using RunTest() or by passing in $ListBuild("Interop") as the pPIDList parameter in RunAllTests()
Using "Interoperability" in place of $ListBuild("Interop") works as well.
Fixes #14