-
Notifications
You must be signed in to change notification settings - Fork 31
Add a unit test for AddedVersusDeletedLinesCommitStatisticsSeriesBuilder
#346
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
Add a unit test for AddedVersusDeletedLinesCommitStatisticsSeriesBuilder
#346
Conversation
Tjuri
commented
Oct 21, 2021
- Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
- Ensure that the pull request title represents the desired changelog entry
- Please describe what you did
- Link to relevant issues in GitHub or Jira
- Link to relevant pull requests, esp. upstream and downstream changes
- Ensure you have provided tests - that demonstrates feature works or fixes the issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems that Jenkins does not mark the build as failed.
.containsEntry(DELETED, 20); | ||
} | ||
|
||
private CommitStatisticsBuildAction createCommitStatisticsBuildActionStub(int addedLines, int deletedLines) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov Report
@@ Coverage Diff @@
## master #346 +/- ##
============================================
+ Coverage 50.04% 50.59% +0.54%
- Complexity 253 256 +3
============================================
Files 42 42
Lines 1093 1093
Branches 92 92
============================================
+ Hits 547 553 +6
+ Misses 510 504 -6
Partials 36 36
Continue to review full report at Codecov.
|
AddedVersusDeletedLinesCommitStatisticsSeriesBuilder