test: add 22 edge case tests for scoring functions#16
Merged
dotsystemsdevs merged 12 commits intodotsystemsdevs:mainfrom Apr 7, 2026
Merged
test: add 22 edge case tests for scoring functions#16dotsystemsdevs merged 12 commits intodotsystemsdevs:mainfrom
dotsystemsdevs merged 12 commits intodotsystemsdevs:mainfrom
Conversation
ux: hover effects on all certificate buttons + polish README
Updated badge for commitment issues with a new design.
Cover computeDeathIndex, getDeathLabel, determineCauseOfDeath, generateLastWords, computeAge, and formatDate with edge cases including archived repos, known repos, forks, missing descriptions, commit message patterns, long message truncation, and date boundaries. Closes dotsystemsdevs#12
|
@mvanhorn is attempting to deploy a commit to the Dotsystems 9999 Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
Author
|
Thanks for the merge, @dotsystemsdevs! |
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.
Summary
computeDeathIndexedge cases: archived repos, recent commits, cap behavior, modest scoresgetDeathLabelboundary values for all four label rangesdetermineCauseOfDeath: known repos (atom/atom), forks, null descriptions, archived repos, easter egggenerateLastWords: fix typo, update readme, wip, merge, long message truncation, easter eggcomputeAge: same month, exactly 1 year, multi-year with months, singular formsformatDate: en-GB locale outputTest plan
npm test)Closes #12