Commit bb20c2a
authored
Feature/133 100 code coverage (#135)
* feat(#133): enhance test coverage for NovaModuleTools
- Add tests for CodeScene Cobertura remapping helpers
- Implement coverage gap tests for quality helpers
- Validate Nova package output directory initialization
- Improve timeout handling in PowerShell script execution
* feat(#133): enhance test coverage for NovaModuleTools
- Add tests for CodeScene Cobertura remapping helpers
- Implement coverage gap tests for quality helpers
- Validate Nova package output directory initialization
- Improve timeout handling in PowerShell script execution
* feat(#133): enhance test coverage and fix CLI help errors
- Fix unsupported `nova` help invocations to return structured CLI validation errors
- Align manifest/package helper edge cases with intended behavior
- Add tests for CLI helper functions and project manifest resolution
* feat(#133): improve test coverage and clean up unused code
- Removed trailing whitespace from multiple files
- Enhanced test coverage for various CLI helper functions1 parent 36148d7 commit bb20c2a
112 files changed
Lines changed: 251 additions & 123 deletions
File tree
- .github/ISSUE_TEMPLATE
- docs/NovaModuleTools/en-US
- src
- private
- build
- cli
- package
- quality
- release
- public
- resources/cli/help
- tests
- NovaCommandModel.TestSupport
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
0 commit comments