Closed aytey closed 4 months ago
Attention: Patch coverage is 97.14286%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 84.94%. Comparing base (
3833fef
) to head (3ea85e1
). Report is 30 commits behind head on coded_mock.:exclamation: Current head 3ea85e1 differs from pull request most recent head 23794e9
Please upload reports for the commit 23794e9 to get more accurate results.
Files | Patch % | Lines |
---|---|---|
server/pythonUtilities.ts | 87.50% | 0 Missing and 1 partial :warning: |
server/serverUtilities.ts | 96.96% | 0 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The main purpose of this branch is to centralise the logic for identifying "functions of interest".
This now makes
getFunctionList
be the central point that both .tst editing and coded-test editing uses to identify functions that should be tested/accessed/etc.