-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat(#25): ChangesCount, ChangesCountTest #48
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #48 +/- ##
============================================
+ Coverage 31.31% 31.85% +0.54%
- Complexity 10 13 +3
============================================
Files 9 10 +1
Lines 99 113 +14
Branches 2 4 +2
============================================
+ Hits 31 36 +5
- Misses 66 75 +9
Partials 2 2 ☔ View full report in Codecov by Sentry. |
@rultor merge |
@h1alexbel OK, I'll try to merge now. You can check the progress of the merge here |
@h1alexbel Done! FYI, the full log is here (took me 3min) |
@rultor release, tag is |
@h1alexbel OK, I will release it now. Please check the progress here |
@h1alexbel Done! FYI, the full log is here (took me 3min) |
closes #25
PR-Codex overview
This PR updates the minimum value for coverage ratio in
pom.xml
, adds amin_lines
parameter inaction.yml
, and introduces aChangesCount
class for calculating changes in pull requests.Detailed summary
pom.xml
min_lines
parameter inaction.yml
ChangesCount
class for calculating PR changes