vectorgrp / vector-vscode-vcast

A VectorCAST test adapter for VS Code
Other
8 stars 2 forks source link

Coded mock cleanup #132

Closed aytey closed 4 months ago

aytey commented 5 months ago

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.

codecov[bot] commented 5 months ago

Codecov Report

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:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## coded_mock #132 +/- ## ============================================== + Coverage 84.56% 84.94% +0.37% ============================================== Files 6 6 Lines 946 983 +37 Branches 122 124 +2 ============================================== + Hits 800 835 +35 Misses 24 24 - Partials 122 124 +2 ``` | [Flag](https://app.codecov.io/gh/vectorgrp/vector-vscode-vcast/pull/132/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vectorgrp) | Coverage Δ | | |---|---|---| | [Unit](https://app.codecov.io/gh/vectorgrp/vector-vscode-vcast/pull/132/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vectorgrp) | `84.94% <97.14%> (+0.37%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vectorgrp#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.