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

Commit 5f5f37e

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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)