Add workflow to auto-update test summary via Claude#146
Add workflow to auto-update test summary via Claude#146vishalchangrani wants to merge 3 commits intomainfrom
Conversation
Adds a GitHub Actions workflow that triggers when test files are changed on main. Uses claude-code-action to analyze the test suite and create a PR updating TODO_AND_MISSING_TESTS_SUMMARY.md. Co-Authored-By: Claude (claude-opus-4-6) <noreply@anthropic.com>
|
|
is the API key your API key? If there is a "name" or some other identifier for it, can you include it here in the PR? Also, have you tested this? Is there a test PR you could link to if you have? |
The Key name is Claude is It can be viewed here |
I tried testing it (locally and on github) but it doesn't work. The action will only work after I merge this PR in. From Claude.
|
Summary
.github/workflows/update_test_summary.yml) that automatically triggers when test files (cadence/tests/*_test.cdcortest_helpers.cdc) are changed onmainanthropics/claude-code-action@v1to analyze the full test suite, scan for TODOs, and updateTODO_AND_MISSING_TESTS_SUMMARY.mdworkflow_dispatchtrigger for manual testingSetup required
ANTHROPIC_API_KEYas a repository secret (Settings > Secrets and variables > Actions)Test plan
ANTHROPIC_API_KEYsecret to the repositoryworkflow_dispatchfrom the Actions tabTODO_AND_MISSING_TESTS_SUMMARY.md🤖 Generated with Claude Code