Ignore test coverage output and drop committed report#382
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #382 +/- ##
===========================================
- Coverage 42.77% 40.23% -2.54%
===========================================
Files 10 10
Lines 1010 1009 -1
Branches 100 97 -3
===========================================
- Hits 432 406 -26
- Misses 532 577 +45
+ Partials 46 26 -20 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
ptr727
added a commit
that referenced
this pull request
Jul 10, 2026
Promotes the 3.7 release from develop to main. **Contents** - #381 - Adopt an injectable `Microsoft.Extensions.Logging` logging model: `LogOptions.SetFactory(ILoggerFactory)` replaces the removed Serilog-typed `LogOptions.Logger`; source-generated `[LoggerMessage]` logging in `FileEx`/`Download`; `Extensions` renamed to `CompressExtensions`; Serilog-wired `Sandbox`; test suite migrated to AwesomeAssertions. - #382 - Gitignore test coverage output and drop an accidentally-committed report. **Release impact:** merging publishes the stable **3.7** package to NuGet (breaking API changes: `LogOptions.Logger` removed, `Extensions` renamed). No issues to close. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
This was referenced Jul 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A local coverage run (
dotnet test --results-directory ./coverage) was accidentally swept into #381 viagit add -Abecause./coveragewas not gitignored. Remove the committedcoverage/**/coverage.cobertura.xmland add[Cc]overage/+TestResults/to.gitignoreso coverage artifacts stay out of the tree.No shipped inputs change, so this does not trigger a release.
🤖 Generated with Claude Code