We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9f14f8 + 5a89c21 commit bd9a788Copy full SHA for bd9a788
.circleci/config.yml
@@ -1256,9 +1256,9 @@ jobs:
1256
cargo llvm-cov nextest --lcov --output-path lcov.info
1257
1258
# List of package directories and their flags
1259
+ # ToDo: Re-add "core:cosmwasm-core" when enabling core coverage again
1260
set -- \
1261
"check:cosmwasm-check" \
- "core:cosmwasm-core" \
1262
"crypto:cosmwasm-crypto" \
1263
"derive:cosmwasm-derive" \
1264
"schema:cosmwasm-schema" \
codecov.yml
@@ -16,9 +16,9 @@ flags:
16
cosmwasm-check:
17
paths:
18
- packages/check/
19
- cosmwasm-core:
20
- paths:
21
- - packages/core/
+ #cosmwasm-core:
+ # paths:
+ # - packages/core/
22
cosmwasm-crypto:
23
24
- packages/crypto/
0 commit comments