Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit f144e46

Browse files
committed
Fix flag order
Signed-off-by: Joffrey F <[email protected]>
1 parent eb036d2 commit f144e46

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Gopkg.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codecoverage/coverage-bin

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
# It allows us to use a coverage-enabled binary for e2e tests
55

66
../_build/docker-app.cov \
7-
$* \
87
-test.coverprofile=../codecoverage/$(uuidgen).out \
9-
-test.v \
8+
$* \
109
| grep -vE '^PASS$' \
1110
| grep -vE '^coverage: [0-9]+\.[0-9]+% of statements in .+$' \
1211
| grep -v '^=== RUN TestRunMain$'

0 commit comments

Comments
 (0)