Skip to content

Conversation

@konard
Copy link
Member

@konard konard commented Sep 12, 2025

🤖 AI-Powered Solution

This pull request fixes issue #141 where the C++ workflow badge in README.md was broken.

📋 Issue Reference

Fixes #141

🔧 Problem

The C++ workflow badge was referencing a non-existent workflow name deploy-cpp, which caused the badge to show as broken/failing.

✅ Solution

Updated the C++ workflow badge to reference the correct workflow name Test cpp instead of deploy-cpp. This follows the same pattern as the C# workflow which references the testing workflow (csharp).

🎯 Changes Made

  • Updated the badge URL from workflows/deploy-cpp/badge.svg to workflows/Test%20cpp/badge.svg
  • Updated the action link from ?workflow=deploy-cpp to ?workflow=Test%20cpp

🧪 Verification

Confirmed the workflow name by checking the GitHub API and verifying that "Test cpp" is the actual name defined in .github/workflows/cpp-test.yml.


This PR was created automatically by the AI issue solver

Adding CLAUDE.md with task information for AI processing.
This file will be removed when the task is complete.

Issue: #141
@konard konard self-assigned this Sep 12, 2025
Changed the C++ workflow badge from referencing the non-existent 'deploy-cpp' workflow
to the correct 'Test cpp' workflow, which follows the same pattern as the C# workflow
that references the testing workflow.

Fixes #141

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@konard konard changed the title [WIP] C++ workflow badge is broken Fix broken C++ workflow badge in README Sep 12, 2025
@konard konard marked this pull request as ready for review September 12, 2025 17:28
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.

C++ workflow badge is broken

2 participants