• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

sgrassie / BlogHelper9000
64%
master: 48%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Repo Added 15 Feb 2024 08:50AM UTC
Files 33
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • copilot/add-bloghelper9000-mcp-project
  • dependabot/nuget/BlogHelper9000.Mcp/ModelContextProtocol-1.1.0
  • dependabot/nuget/BlogHelper9000.Tests/Microsoft.Extensions.TimeProvider.Testing-10.0.0
  • dependabot/nuget/BlogHelper9000.Tests/Microsoft.Extensions.TimeProvider.Testing-10.1.0
  • dependabot/nuget/BlogHelper9000.Tests/Microsoft.Extensions.TimeProvider.Testing-10.2.0
  • dependabot/nuget/BlogHelper9000.Tests/Microsoft.Extensions.TimeProvider.Testing-10.3.0
  • dependabot/nuget/BlogHelper9000.Tests/Microsoft.NET.Test.Sdk-18.0.1
  • dependabot/nuget/BlogHelper9000.Tests/System.IO.Abstractions.TestingHelpers-22.1.0
  • dependabot/nuget/BlogHelper9000.Tests/coverlet.msbuild-8.0.0
  • dependabot/nuget/BlogHelper9000.Tests/xunit.v3-3.2.0
  • dependabot/nuget/BlogHelper9000.Tests/xunit.v3-3.2.1
  • dependabot/nuget/BlogHelper9000.Tests/xunit.v3-3.2.2
  • dependabot/nuget/BlogHelper9000.Tui/Microsoft.Extensions.DependencyInjection-10.0.4
  • dependabot/nuget/BlogHelper9000.Tui/Terminal.Gui-2.0.0-develop.5039
  • dependabot/nuget/BlogHelper9000.Tui/Terminal.Gui-2.0.0-develop.5093
  • dependabot/nuget/BlogHelper9000.Tui/Terminal.Gui-2.0.0-develop.5097
  • dependabot/nuget/BlogHelper9000.Tui/Terminal.Gui-2.0.0-develop.5100
  • dependabot/nuget/BlogHelper9000.Tui/Terminal.Gui-2.0.0-develop.5118
  • dependabot/nuget/BlogHelper9000.Tui/Terminal.Gui-2.0.0-develop.5121
  • dependabot/nuget/BlogHelper9000.Tui/Terminal.Gui-2.0.0-develop.5126
  • dependabot/nuget/BlogHelper9000.Tui/Terminal.Gui-2.0.0-develop.5180
  • dependabot/nuget/BlogHelper9000.Tui/Terminal.Gui-2.0.0-develop.5185
  • dependabot/nuget/BlogHelper9000/Microsoft.Extensions.Logging.Console-10.0.0
  • dependabot/nuget/BlogHelper9000/Microsoft.Extensions.Logging.Console-10.0.1
  • dependabot/nuget/BlogHelper9000/Microsoft.Extensions.Logging.Console-10.0.2
  • dependabot/nuget/BlogHelper9000/Microsoft.Extensions.Logging.Console-10.0.3
  • dependabot/nuget/BlogHelper9000/MinVer-6.1.0
  • dependabot/nuget/BlogHelper9000/MinVer-7.0.0
  • dependabot/nuget/BlogHelper9000/SimpleExec-12.1.0
  • dependabot/nuget/BlogHelper9000/SimpleExec-13.0.0
  • dependabot/nuget/BlogHelper9000/Spectre.Console-0.54.0
  • dependabot/nuget/BlogHelper9000/System.IO.Abstractions-22.1.0
  • dependabot/nuget/BlogHelper9000/TimeWarp.Nuru-2.1.0-beta.30
  • dependabot/nuget/BlogHelper9000/TimeWarp.Nuru-2.1.0-beta.31
  • dependabot/nuget/BlogHelper9000/TimeWarp.Nuru-2.1.0-beta.32
  • dependabot/nuget/BlogHelper9000/TimeWarp.Nuru-3.0.0-beta.47
  • dependabot/nuget/BlogHelper9000/TimeWarp.Nuru-3.0.0-beta.50
  • dependabot/nuget/BlogHelper9000/TimeWarp.Nuru-3.0.0-beta.54
  • dependabot/nuget/BlogHelper9000/TimeWarp.Nuru-3.0.0-beta.55
  • dependabot/nuget/BlogHelper9000/TimeWarp.Nuru-3.0.0-beta.56
  • dependabot/nuget/BlogHelper9000/TimeWarp.Nuru-3.0.0-beta.57
  • dependabot/nuget/dot-config/cake.tool-6.0.0
  • dependabot/nuget/dot-config/cake.tool-6.1.0

03 Jul 2026 02:00PM UTC coverage: 64.13% (+2.4%) from 61.745%
28665377932

push

github

sgrassie
Fix TryFindPost for nested post filenames

Refactors post lookup in `PostManager` to use a shared `TryFindByFileName` helper and adds a recursive fallback search so bare filenames can resolve inside nested `_posts/<year>/` and `_drafts/*` folders. Updates tests to cover nested-folder filename resolution and no-match behavior, and removes outdated full-path assumptions in `BlogService` tests. Documentation was updated to note that this gap is now fixed.

201 of 298 branches covered (67.45%)

Branch coverage included in aggregate %.

16 of 16 new or added lines in 1 file covered. (100.0%)

28 existing lines in 2 files now uncovered.

709 of 1121 relevant lines covered (63.25%)

23.15 hits per line

Relevant lines Covered
Build:
Build:
1121 RELEVANT LINES 709 COVERED LINES
23.15 HITS PER LINE
Source Files on main
  • Tree
  • List 33
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28665377932 main Fix TryFindPost for nested post filenames Refactors post lookup in `PostManager` to use a shared `TryFindByFileName` helper and adds a recursive fallback search so bare filenames can resolve inside nested `_posts/<year>/` and `_drafts/*` folders.... push 03 Jul 2026 02:01PM UTC sgrassie github
64.13
28662634055 main Merge branch 'main' of https://github.com/sgrassie/BlogHelper9000 push 03 Jul 2026 01:09PM UTC sgrassie github
61.74
28650139146 main Merge pull request #138 from sgrassie/copilot/fix-build-failure Fix CI build failure: pass SIXLABORS_LICENSE_KEY secret to workflow push 03 Jul 2026 09:02AM UTC web-flow github
48.18
22708230834 main Bump Terminal.Gui and TimeWarp.Nuru versions Update package references: Terminal.Gui in BlogHelper9000.Tui from 2.0.0-develop.5062 to 2.0.0-develop.5118, and TimeWarp.Nuru in BlogHelper9000 from 3.0.0-beta.54 to 3.0.0-beta.56. This pulls in upstr... push 05 Mar 2026 08:03AM UTC sgrassie github
48.08
22321343936 main Bump Terminal.Gui and TimeWarp.Nuru versions Update package versions in project files: bump Terminal.Gui to 2.0.0-develop.5039 in BlogHelper9000.Tui.csproj and TimeWarp.Nuru to 3.0.0-beta.54 in BlogHelper9000.csproj. Keeps prerelease dependencies... push 23 Feb 2026 07:25PM UTC sgrassie github
48.08
22077984760 main Merge branch 'main' of https://github.com/sgrassie/BlogHelper9000 push 16 Feb 2026 09:28PM UTC sgrassie github
48.08
22068887500 main Merge pull request #91 from sgrassie/dependabot/nuget/BlogHelper9000.Tests/coverlet.msbuild-8.0.0 Bump coverlet.msbuild from 6.0.4 to 8.0.0 push 16 Feb 2026 03:39PM UTC web-flow github
48.08
22068867871 main Merge pull request #92 from sgrassie/dependabot/nuget/BlogHelper9000/TimeWarp.Nuru-3.0.0-beta.50 Bump TimeWarp.Nuru from 3.0.0-beta.47 to 3.0.0-beta.50 push 16 Feb 2026 03:38PM UTC web-flow github
48.08
22068749524 main Merge pull request #93 from sgrassie/copilot/add-bloghelper9000-mcp-project Add MCP server for AI agent integration push 16 Feb 2026 03:34PM UTC web-flow github
48.08
22043416889 main Add 'Add Image' feature with branding support Introduce an "Add Image" command in the TUI to fetch images from Unsplash and attach featured images to posts. Add optional AuthorBranding to BlogHelperOptions and make IImageProcessor.Process accept ... push 15 Feb 2026 09:31PM UTC sgrassie github
48.08
See All Builds (111)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc