Skip to content

Commit c85e4f5

Browse files
committed
add coverage report saving take 2
1 parent 853b3f8 commit c85e4f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/Earthfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ build:
5555
--args2="--libs=cbork-cddl-parser --libs=cbork-abnf-parser" \
5656
--args3="--libs=catalyst-voting" \
5757
--args4="--bins=cbork/cbork" \
58+
--args5="--cov_report=$HOME/build/coverage-report.info" \
5859
--output="release/[^\./]+" \
5960
--junit="cat-libs.junit-report.xml" \
6061
--coverage="cat-libs.coverage.info" \

0 commit comments

Comments
 (0)