Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
resal81 committed May 2, 2015
1 parent 9c75f26 commit 26f4d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

# http://stackoverflow.com/a/21142256/2055281

# echo "mode: atomic" > coverage.txt
echo "mode: atomic" > coverage.txt

for d in $(find ./* -maxdepth 10 -type d); do
if ls $d/*.go &> /dev/null; then
Expand Down

0 comments on commit 26f4d1f

Please sign in to comment.