Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
fix coverage issues
Browse files Browse the repository at this point in the history
Be sure to remove the non needed lines.

Signed-off-by: Yves Brissaud <yves.brissaud@docker.com>
  • Loading branch information
eunomie committed Nov 7, 2019
1 parent ff9ab62 commit e9d4be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/coverage-bin
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $BUILD_DIR/docker-app.cov \
-test.coverprofile=$BUILD_DIR/cov/$(uuidgen).out \
"$@" \
| grep -vE '^PASS$' \
| grep -vE '^coverage: [0-9]+\.[0-9]+% of statements in .+$' \
| grep -vE '^coverage:.*$' \
| grep -v '^=== RUN TestRunMain$'

exit ${PIPESTATUS[0]}

0 comments on commit e9d4be5

Please sign in to comment.