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
I also tried the TaskBounty submissions API with task id 37703bba-8af5-4068-b438-fad88c87ae40, but unauthenticated submission returns 401, so I'm leaving the task link and verification here for review.
changed npm run test:coverage to use JSON-escaped double quotes instead of single quotes, so the repository script reports coverage correctly on Windows too.
Quick TaskBounty submission-path note: the public feed still lists this $5 Coverage Uplift task with id 37703bba-8af5-4068-b438-fad88c87ae40, but the task URL is currently returning 404 for me.
The PR is still ready from my side. Verification remains:
If there is a preferred TaskBounty claim/submission path for this PR, I can follow it.
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
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.
Summary
Adds focused Vitest coverage for the tiny utility modules used by the TaskBounty coverage uplift task:
TaskBounty task: https://www.task-bounty.com/task/coverage-uplift-starter-eliottreich-taskbounty-dog-4ug8k7
Verification
npm test- 23 tests passednpx vitest run --coverage --coverage.reporter=text-summary --coverage.include=src/**/*.ts --coverage.exclude=src/**/*.test.ts- 100% statements / 96.96% branches / 100% functions / 100% lines