You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Add monitoring and verification tools documentation
- Added Copilot Instruction #15: GitHub CLI for monitoring workflows
- Commands: gh run list, gh run view, gh run watch
- Setup: gh repo set-default, gh auth login
- Added Copilot Instruction #16: SonarCloud public API for coverage
- API endpoint, parameters, and examples
- Response format and interpretation
- Troubleshooting guidance for 0% coverage issues
- Added 'Monitoring and Verification' section to TESTING_PLAN.md
- GitHub Actions monitoring with gh CLI
- SonarCloud coverage monitoring with API examples
- Detailed response format documentation
This provides automated tools for verifying CI/CD runs and coverage
detection without requiring manual browser interaction.
- Commands: `gh run list`, `gh run view`, `gh run watch`
80
+
- Setup instructions for `gh repo set-default` and `gh auth login`
81
+
- Added Copilot Instruction #16: SonarCloud public API for coverage monitoring
82
+
- API endpoint and parameters documented
83
+
- Example curl commands for project-wide and component-specific queries
84
+
- Response format and interpretation guide
85
+
- Troubleshooting tips for 0.0% coverage issues
86
+
- Added new "Monitoring and Verification" section to TESTING_PLAN.md:
87
+
- GitHub Actions monitoring with `gh` CLI commands
88
+
- SonarCloud coverage monitoring with API examples
89
+
- Response format documentation
90
+
- Troubleshooting guidance
91
+
-**Files Modified**:
92
+
-`src/.github/copilot-instructions.md` - Added instructions #15 and #16
93
+
-`src/TESTING_PLAN.md` - Added "Monitoring and Verification" section
94
+
-**Rationale**: Enables automated monitoring of CI/CD runs and SonarCloud coverage without manual browser interaction. Provides tools for verifying that coverage reports are being detected correctly.
0 commit comments