Skip to content

Sergio Kata Bizz#118

Open
Gioserden wants to merge 3 commits intodevelopfrom
fizz_buzz
Open

Sergio Kata Bizz#118
Gioserden wants to merge 3 commits intodevelopfrom
fizz_buzz

Conversation

@Gioserden
Copy link

No description provided.

@codecov-io
Copy link

codecov-io commented Aug 25, 2017

Codecov Report

Merging #118 into develop will increase coverage by 0.34%.
The diff coverage is 100%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #118      +/-   ##
=============================================
+ Coverage      86.34%   86.69%   +0.34%     
- Complexity       359      461     +102     
=============================================
  Files             85      103      +18     
  Lines            857     1037     +180     
  Branches         141      178      +37     
=============================================
+ Hits             740      899     +159     
- Misses           105      122      +17     
- Partials          12       16       +4
Impacted Files Coverage Δ Complexity Δ
...java/org/fundacionjala/coding/sergio/FizzBuzz.java 100% <100%> (ø) 10 <10> (?)
...acionjala/coding/marcoslara/AveragesOfNumbers.java
...dacionjala/coding/marcoslara/HighestAndLowest.java
...a/org/fundacionjala/coding/marcoslara/BankOCR.java
.../fundacionjala/coding/marcoslara/EanValidator.java
.../org/fundacionjala/coding/marcoslara/Sequence.java
...rg/fundacionjala/coding/marcoslara/Evaporator.java
...ala/coding/marcoslara/MultiplesOfThreeAndFive.java
...dacionjala/coding/marcoslara/SortInnerContent.java
...org/fundacionjala/coding/marcoslara/SpinWords.java
... and 27 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 65fcb8f...851bcc7. Read the comment docs.

*/
public String[] resolve(int num) {
String[] result = new String[num];
boolean normal = true;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really need this flag ?
I don't think so
Please change the logic and remove it.

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.

3 participants