Skip to content

Commit

Permalink
ci: include fizzy-wasi in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Sep 28, 2020
1 parent 45c8128 commit e521cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ commands:
name: "Collect coverage data"
working_directory: ~/build
command: |
binaries='-object bin/fizzy-unittests -object bin/fizzy-spectests -object bin/fizzy-bench -object bin/fizzy-testfloat'
binaries='-object bin/fizzy-unittests -object bin/fizzy-spectests -object bin/fizzy-bench -object bin/fizzy-testfloat -object bin/fizzy-wasi'
mkdir coverage
find -name '*.profraw'
Expand Down

0 comments on commit e521cdc

Please sign in to comment.