You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(#194): simplify CI to single test run with JaCoCo coverage upload
- Remove second Invoke-Pester run from Invoke-NovaModuleToolsCI.ps1;
Test-NovaBuild now runs once and produces artifacts/coverage.xml
- Remove Cobertura conversion helpers, SetSourcePath guard, and
Get-CiPesterConfiguration/Get-CiTestPath functions from CI script
- Update Invoke-CodeSceneAnalysis.ps1 to resolve artifacts/coverage.xml
as the default JaCoCo coverage path instead of *.cobertura.xml
- Upload coverage twice: --format jacoco --metric line-coverage and
--metric branch-coverage
- Add --format jacoco to cs-coverage check in check-coverage action
- Update Tests.yml coverage-files glob to **/coverage.xml
- Update CodeSceneAnalysis tests for JaCoCo double-upload behaviour
- Update testing-policy instructions to document single-run JaCoCo flow
0 commit comments