Skip to content

Commit

Permalink
remote protobuf code from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Aug 27, 2016
1 parent cdb4c56 commit bd4ca7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/coverage/coverall
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ for OUT_FILE in $(find ${V2RAY_COV} -name "*.out"); do
done

COV_SORTED=${V2RAY_COV}/coverallsorted.out
cat ${COVERAGE_FILE} | sort -t: -k1 | grep -vw "testing" > ${COV_SORTED}
cat ${COVERAGE_FILE} | sort -t: -k1 | grep -vw "testing" | grep -v ".pb.go" > ${COV_SORTED}
echo "mode: set" | cat - ${COV_SORTED} > ${COVERAGE_FILE}

if [ "$FAIL" -eq 0 ]; then
Expand Down

0 comments on commit bd4ca7b

Please sign in to comment.