Upgrade Nuxt to v4 and broaden Python version constraints#262
Open
panish16 wants to merge 6 commits intobcgov:mainfrom
Open
Upgrade Nuxt to v4 and broaden Python version constraints#262panish16 wants to merge 6 commits intobcgov:mainfrom
panish16 wants to merge 6 commits intobcgov:mainfrom
Conversation
Contributor
Author
|
/gcbrun |
2a22707 to
813070e
Compare
- Add @vitest/coverage-v8 and enable coverage reporting in vitest.config.ts - Configure coverage output to tests/coverage/ (cobertura format) - Add unit tests for dateHelper, commonUtils, and documentRecords utilities - Bump vitest to 1.6.1 to match @vitest/coverage-v8 peer dependency Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Narrow coverage scope to src/utils/**/*.ts (excludes API layer, composables, stores, pages which require integration/E2E testing) - Add unit tests for documentTypes (data constants), copyToClipboard (navigator mock), scrollToTop (window.scrollTo mock), and documentPreview (URL.createObjectURL mock) - Exclude documentRequests.ts (API calls) and breadcrumbs.ts (Nuxt composables) from coverage measurement Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ility The istanbul cobertura reporter defaults to cobertura-coverage.xml but the bcregistry-sre coverage-report action expects coverage.xml. Also adds missing branch tests for removeEmptyProperties (undefined/''). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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.
nuxtfrom^3.x→^4.4.0across Node.js services (EOL fix)vitest^1.6.0→^3.2.0indocuments-uito satisfy Nuxt 4 peer dependency<3.13/<3.14→<3.15indoc-api,notify-api, andnotify-delivery