We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1894fd0 commit d96f355Copy full SHA for d96f355
src/main/java/Main.java
@@ -286,7 +286,7 @@ public static void main(String... args) throws IOException {
286
props.get("github.profile"), e.getMessage()));
287
}
288
289
- if (profileCommits != null ||
+ if (profileCommits != null &&
290
profileCommits.getMax() > commits.getMax()) {
291
commits.multiplyStats(profileCommits.getMax() / 4d);
292
commits.substractStats(profileCommits);
wzorzec.properties
@@ -1,4 +1,4 @@
1
repository.name=pattern
2
-github.profile=codeleventh
3
-commit.author=codeleventh
4
-commit.email=eleventh@vechnost-eto-ne-srok.ru
+github.profile=johndoe
+commit.author=John Doe
+commit.email=johndoe@gmail.com
0 commit comments