Skip to content

Commit

Permalink
tweak test
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed May 2, 2024
1 parent 32db2f5 commit d8d3c7b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions SCC-OUTPUT-REPORT.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,16 +220,6 @@
<td>20</td>
<td>949</td>
<td>31</td>
</tr><tr>
<td>cmd/badges/simplecache_test.go</td>
<td></td>
<td>52</td>
<td>12</td>
<td>0</td>
<td>40</td>
<td>9</td>
<td>1041</td>
<td>30</td>
</tr><tr>
<td>processor/filereader.go</td>
<td></td>
Expand All @@ -240,6 +230,16 @@
<td>6</td>
<td>1329</td>
<td>37</td>
</tr><tr>
<td>cmd/badges/simplecache_test.go</td>
<td></td>
<td>52</td>
<td>12</td>
<td>0</td>
<td>40</td>
<td>9</td>
<td>1041</td>
<td>30</td>
</tr><tr>
<td>processor/cocomo.go</td>
<td></td>
Expand Down Expand Up @@ -270,16 +270,6 @@
<td>6</td>
<td>699</td>
<td>23</td>
</tr><tr>
<td>processor/structs_test.go</td>
<td></td>
<td>32</td>
<td>8</td>
<td>1</td>
<td>23</td>
<td>4</td>
<td>517</td>
<td>19</td>
</tr><tr>
<td>processor/helpers.go</td>
<td></td>
Expand All @@ -290,6 +280,16 @@
<td>2</td>
<td>544</td>
<td>21</td>
</tr><tr>
<td>processor/structs_test.go</td>
<td></td>
<td>32</td>
<td>8</td>
<td>1</td>
<td>23</td>
<td>4</td>
<td>517</td>
<td>19</td>
</tr><tr>
<td>processor/processor_unix_test.go</td>
<td></td>
Expand Down
2 changes: 1 addition & 1 deletion test-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ else
exit
fi

if ./scc -f csv | grep -q "Language,Lines,Code,Comments,Blanks,Complexity,Bytes"; then
if ./scc -f csv | grep -q "Language,Lines,Code,Comments,Blanks,Complexity,Bytes,Files,ULOC"; then
echo -e "${GREEN}PASSED csv summary"
else
echo -e "${RED}======================================================="
Expand Down

0 comments on commit d8d3c7b

Please sign in to comment.