Skip to content

Commit bb20c2a

Browse files
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 functions
1 parent 36148d7 commit bb20c2a

112 files changed

Lines changed: 251 additions & 123 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,3 @@ body:
132132
required: true
133133
- label: This is not a bug report or security vulnerability report.
134134
required: true
135-

CHANGELOG.md

Lines changed: 6 additions & 0 deletions

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ coverage:
55
target: auto
66
patch:
77
default:
8-
target: 100%
8+
target: 100%

docs/NovaModuleTools/en-US/Deploy-NovaPackage.md

Lines changed: 0 additions & 1 deletion

src/private/build/GetNovaBuildProjectInfo.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ function Get-NovaBuildProjectInfo {
1010

1111
return Get-NovaProjectInfo
1212
}
13-

src/private/build/GetNovaBuildWorkflowContext.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ function Get-NovaBuildWorkflowContext {
1414
Operation = 'Build Nova module output'
1515
}
1616
}
17-

src/private/build/InvokeNovaBuildWorkflow.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,3 @@ function Invoke-NovaBuildUpdateNotificationSafely {
4444
$null = $_
4545
}
4646
}
47-

src/private/cli/AddNovaCliHeaderOption.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ function Add-NovaCliHeaderOption {
2424

2525
$Options.Headers[$headerName] = $headerValue
2626
}
27-

src/private/cli/AddNovaCliOptionValue.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ function Add-NovaCliOptionValue {
1313

1414
$Options[$Name] = @($existingValue + $Value)
1515
}
16-

src/private/cli/ConvertFromNovaBuildCliArgument.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ function ConvertFrom-NovaBuildCliArgument {
99
'-i' = 'ContinuousIntegration'
1010
}
1111
}
12-

0 commit comments

Comments
 (0)