Skip to content

Commit

Permalink
Fix govovmerge command in the scripts/test
Browse files Browse the repository at this point in the history
Split files.
  • Loading branch information
ozerovandrei committed Apr 7, 2018
1 parent ba865a2 commit 701d5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ for testingpkg in $(go list ./selvpcclient/.../testing); do
go test -v -covermode count -coverprofile "./${i}.coverprofile" -coverpkg $coverpkg $testingpkg
((i++))
done
gocovmerge "$(ls ./*.coverprofile)" > coverage.out
gocovmerge $(ls ./*.coverprofile) > coverage.out
rm *.coverprofile

0 comments on commit 701d5c4

Please sign in to comment.