Skip to content

Measure the renamed and new assemblies in coverage - #31

Merged
ipjohnson merged 1 commit into
mainfrom
fix/coverage-assembly-filter
Aug 9, 2026
Merged

Measure the renamed and new assemblies in coverage#31
ipjohnson merged 1 commit into
mainfrom
fix/coverage-assembly-filter

Conversation

@ipjohnson

Copy link
Copy Markdown
Owner

The coverage assembly filter still named DependencyModules.xUnit.NSubstitute, which no longer
exists after the mocking-package split, and never named Testing, NSubstitute, Moq or
FakeItEasy.

Those four were being built and tested but excluded from the report, so the 85% gate release.yaml
runs before publishing was scoring a subset of what actually ships.

With them included the total is 87.6% and DependencyModules.Testing reports 94.2% rather than
not appearing at all.

Worth landing before tagging rc9210, since the release job runs this script.

🤖 Generated with Claude Code

https://claude.ai/code/session_01FasPSEiCXbFwobHLur2pnv

The assembly filter still named DependencyModules.xUnit.NSubstitute, which no
longer exists, and never named Testing, NSubstitute, Moq or FakeItEasy. Those
four were being built and tested but excluded from the coverage report, so the
85% gate the release runs was scoring a subset of what ships.

With them included the total is 87.6%, and DependencyModules.Testing reports
94.2% rather than not appearing at all.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FasPSEiCXbFwobHLur2pnv
@ipjohnson
ipjohnson merged commit e0531b9 into main Aug 9, 2026
2 checks passed
@ipjohnson
ipjohnson deleted the fix/coverage-assembly-filter branch August 9, 2026 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant