Add Sonar analysis and documentation generation#16
Merged
Malcolmnixon merged 3 commits intomainfrom Feb 3, 2026
Merged
Conversation
- Copy package.json from VHDLTest template - Copy .config/dotnet-tools.json with required tools - Copy docs/template/template.html for PDF generation - Copy and adapt docs/quality files for BuildMark - Add Sonar scanner steps to build job - Add build-docs job to build.yaml workflow Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Use github.head_ref || github.ref_name to correctly handle both PR and branch events Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add Sonar analysis and documentation for BuildMark
Add Sonar analysis and documentation generation
Feb 3, 2026
Malcolmnixon
approved these changes
Feb 3, 2026
Copilot AI
added a commit
that referenced
this pull request
Feb 11, 2026
Changes from PR #15: Clarify asymmetric requirements-test relationship - Updated agent documentation to clarify all requirements MUST link to tests - Clarified that NOT all tests need to link to requirements - Tests may exist for corner cases, design validation, failure scenarios, etc. - Updated requirements-agent.md, test-developer.md, and AGENTS.md Changes from PR #16: Add agent report file exclusions and consolidate markdownlint config - Established AGENT_REPORT_*.md naming convention for temporary agent report files - Added AGENT_REPORT_*.md exclusions to .gitignore - Added AGENT_REPORT_*.md to .cspell.json ignorePaths - Replaced .markdownlint.json with .markdownlint-cli2.jsonc that includes ignore patterns - Added documentation in AGENTS.md for agent report file guidelines All changes maintain BuildMark-specific functionality while aligning with template best practices.
Copilot AI
added a commit
that referenced
this pull request
Feb 11, 2026
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
22 tasks
Malcolmnixon
added a commit
that referenced
this pull request
Feb 11, 2026
* Initial plan * Apply TemplateDotNetTool PR #15 and #16 changes Changes from PR #15: Clarify asymmetric requirements-test relationship - Updated agent documentation to clarify all requirements MUST link to tests - Clarified that NOT all tests need to link to requirements - Tests may exist for corner cases, design validation, failure scenarios, etc. - Updated requirements-agent.md, test-developer.md, and AGENTS.md Changes from PR #16: Add agent report file exclusions and consolidate markdownlint config - Established AGENT_REPORT_*.md naming convention for temporary agent report files - Added AGENT_REPORT_*.md exclusions to .gitignore - Added AGENT_REPORT_*.md to .cspell.json ignorePaths - Replaced .markdownlint.json with .markdownlint-cli2.jsonc that includes ignore patterns - Added documentation in AGENTS.md for agent report file guidelines All changes maintain BuildMark-specific functionality while aligning with template best practices. * Sync with TemplateDotNetTool PRs #15 and #16 Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> * Remove CHANGE_SUMMARY.md file that shouldn't be committed Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
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.
Pull Request
Description
Adds SonarCloud analysis integration and automated code quality report generation to BuildMark, following the VHDLTest project pattern.
Files Added
Workflow Changes
build job:
demaconsulting_BuildMarkproject key with opencover reportsbuild-docs job (new):
github.head_ref || github.ref_namefor correct PR branch handlingType of Change
Related Issues
Implements feature request for Sonar analysis and documentation generation.
Pre-Submission Checklist
Before submitting this pull request, ensure you have completed the following:
Build and Test
dotnet build --configuration Releasedotnet test --configuration ReleaseCode Quality
dotnet format --verify-no-changesQuality Checks
Please run the following checks before submitting:
cspell "**/*.{md,cs}"markdownlint "**/*.md"yamllint '**/*.{yml,yaml}'Testing
Documentation
Additional Notes
No code changes to BuildMark itself - only infrastructure additions. The build-docs job requires SONAR_TOKEN secret to be configured in the repository. Quality reports will be generated as PDF artifacts on each build.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/1108766/chrome-linux.zip/usr/local/bin/node node install.js(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.