From 6036a221c3bbbc7f8adc660f8173ba27f7ddfc1b Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Fri, 31 May 2024 18:57:36 +0200 Subject: [PATCH] Update codecov and add summary badge to README --- README.md | 6 ++++++ codecov.yml | 16 +++++++++------- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b5517340c5..9e4068b982 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # CosmWasm [![CircleCI](https://circleci.com/gh/CosmWasm/cosmwasm/tree/main.svg?style=shield)](https://circleci.com/gh/CosmWasm/cosmwasm/tree/main) +[![codecov](https://codecov.io/gh/CosmWasm/cosmwasm/graph/badge.svg?token=1VElQMQ2nZ)](https://codecov.io/gh/CosmWasm/cosmwasm) **WebAssembly Smart Contracts for the Cosmos SDK.** @@ -22,6 +23,8 @@ The following packages are maintained here: maintained and has been dropped in favor of [cw-storage-plus](https://github.com/CosmWasm/cw-storage-plus). + + [cov-badge-crypto]: https://codecov.io/gh/CosmWasm/cosmwasm/branch/main/graph/badge.svg?flag=cosmwasm-crypto [cov-badge-derive]: @@ -34,6 +37,9 @@ maintained and has been dropped in favor of https://codecov.io/gh/CosmWasm/cosmwasm/branch/main/graph/badge.svg?flag=cosmwasm-std [cov-badge-vm]: https://codecov.io/gh/CosmWasm/cosmwasm/branch/main/graph/badge.svg?flag=cosmwasm-vm + + + [cov-link-crypto]: https://codecov.io/gh/CosmWasm/cosmwasm/tree/main/packages/crypto [cov-link-derive]: diff --git a/codecov.yml b/codecov.yml index 036e3b781d..5fb864b6ac 100644 --- a/codecov.yml +++ b/codecov.yml @@ -11,22 +11,24 @@ coverage: ignore: - "contracts" - # Disabled due to "cargo_tarpaulin: Failed to get test coverage! Error: Failed to run tests: Error running test - SIGILL raised in 5835" - - "packages/vm" + - "packages/*/tests" flags: cosmwasm-crypto: paths: - - packages/crypto/ + - packages/crypto/src cosmwasm-derive: paths: - - packages/derive/ + - packages/derive/src cosmwasm-schema: paths: - - packages/schema/ + - packages/schema/src cosmwasm-schema-derive: paths: - - packages/schema-derive/ + - packages/schema-derive/src cosmwasm-std: paths: - - packages/std/ + - packages/std/src + cosmwasm-vm: + paths: + - packages/vm/src