Skip to content

Commit bd9a788

Browse files
authored
Merge pull request #2439 from CosmWasm/aw/disable-core-coverage
Disable core coverage for now
2 parents d9f14f8 + 5a89c21 commit bd9a788

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,9 +1256,9 @@ jobs:
12561256
cargo llvm-cov nextest --lcov --output-path lcov.info
12571257
12581258
# List of package directories and their flags
1259+
# ToDo: Re-add "core:cosmwasm-core" when enabling core coverage again
12591260
set -- \
12601261
"check:cosmwasm-check" \
1261-
"core:cosmwasm-core" \
12621262
"crypto:cosmwasm-crypto" \
12631263
"derive:cosmwasm-derive" \
12641264
"schema:cosmwasm-schema" \

codecov.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ flags:
1616
cosmwasm-check:
1717
paths:
1818
- packages/check/
19-
cosmwasm-core:
20-
paths:
21-
- packages/core/
19+
#cosmwasm-core:
20+
# paths:
21+
# - packages/core/
2222
cosmwasm-crypto:
2323
paths:
2424
- packages/crypto/

0 commit comments

Comments
 (0)