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

Unit test improvements #568

Merged
merged 1 commit into from
Oct 23, 2024
Merged

Unit test improvements #568

merged 1 commit into from
Oct 23, 2024

Conversation

bobbylight
Copy link
Owner

@bobbylight bobbylight commented Aug 25, 2024

Improve unit test coverage.

Copy link

codecov bot commented Aug 25, 2024

Codecov Report

Attention: Patch coverage is 73.23944% with 38 lines in your changes missing coverage. Please review.

Project coverage is 80.29%. Comparing base (7cf0346) to head (3f7e06d).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...org/fife/ui/rsyntaxtextarea/modes/DTokenMaker.java 68.00% 16 Missing ⚠️
.../fife/ui/rsyntaxtextarea/modes/PerlTokenMaker.java 74.28% 9 Missing ⚠️
...ava/org/fife/ui/rsyntaxtextarea/ParserManager.java 75.00% 4 Missing ⚠️
...e/ui/rsyntaxtextarea/RSyntaxTextAreaEditorKit.java 75.00% 3 Missing and 1 partial ⚠️
...ife/ui/rsyntaxtextarea/folding/HtmlFoldParser.java 81.81% 0 Missing and 2 partials ⚠️
...g/fife/ui/rsyntaxtextarea/CodeTemplateManager.java 50.00% 1 Missing ⚠️
.../ui/rsyntaxtextarea/focusabletip/FocusableTip.java 0.00% 1 Missing ⚠️
...ife/ui/rsyntaxtextarea/focusabletip/TipWindow.java 66.66% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #568      +/-   ##
============================================
+ Coverage     74.63%   80.29%   +5.66%     
- Complexity     6882     7773     +891     
============================================
  Files           178      178              
  Lines         30265    30224      -41     
  Branches       3912     3907       -5     
============================================
+ Hits          22587    24268    +1681     
+ Misses         5857     4282    -1575     
+ Partials       1821     1674     -147     

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

@bobbylight bobbylight force-pushed the unit-test-improvements branch 3 times, most recently from 26a9830 to 81c65ae Compare September 23, 2024 03:39
@bobbylight bobbylight force-pushed the unit-test-improvements branch 3 times, most recently from d004b5e to 3537c26 Compare October 6, 2024 21:34
@bobbylight bobbylight force-pushed the unit-test-improvements branch 9 times, most recently from ca5c0c4 to a781bf3 Compare October 18, 2024 14:56
@bobbylight bobbylight force-pushed the unit-test-improvements branch 4 times, most recently from 97f61f1 to 3e4ba51 Compare October 23, 2024 02:49
@bobbylight bobbylight marked this pull request as ready for review October 23, 2024 02:56
@bobbylight bobbylight merged commit e570dbc into master Oct 23, 2024
7 of 8 checks passed
@bobbylight bobbylight deleted the unit-test-improvements branch October 23, 2024 02:56
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.

1 participant