Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: fill in test coverage for comments.ts #609

Merged
merged 1 commit into from
Dec 1, 2024

Conversation

JoshuaKGoldberg
Copy link
Owner

@JoshuaKGoldberg JoshuaKGoldberg commented Dec 1, 2024

PR Checklist

Overview

Raises test coverage by about 3%.

Also removes a isTsVersionAtLeast that's unnecessary as of #531.

💖

Copy link

codecov bot commented Dec 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.98%. Comparing base (de2274d) to head (8cac664).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #609      +/-   ##
==========================================
+ Coverage   76.26%   76.98%   +0.71%     
==========================================
  Files          50       50              
  Lines        4946     4979      +33     
  Branches      663      680      +17     
==========================================
+ Hits         3772     3833      +61     
+ Misses       1173     1145      -28     
  Partials        1        1              
Flag Coverage Δ
4.8.4 74.33% <100.00%> (+0.73%) ⬆️
latest 76.56% <100.00%> (+0.72%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@RebeccaStevens RebeccaStevens merged commit 3e58c67 into main Dec 1, 2024
25 checks passed
@RebeccaStevens RebeccaStevens deleted the fill-in-tests-comments branch December 1, 2024 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🧪 Tests: Add tests for remaining functions in src/comments.ts
2 participants