Skip to content

Commit 9996899

Browse files
committed
Run coverage with all features
1 parent d8d4889 commit 9996899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@ jobs:
12541254
name: Run tests with coverage
12551255
command: |
12561256
# Generate full coverage report
1257-
cargo llvm-cov nextest --lcov --output-path lcov.info
1257+
cargo llvm-cov nextest --all-features --lcov --output-path lcov.info
12581258
12591259
# List of package directories and their flags
12601260
# ToDo: Re-add "core:cosmwasm-core" when enabling core coverage again

0 commit comments

Comments
 (0)