Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update codecov and add summary badge to README #2162

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.**

Expand All @@ -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).

<!-- Codecov badges -->

[cov-badge-crypto]:
https://codecov.io/gh/CosmWasm/cosmwasm/branch/main/graph/badge.svg?flag=cosmwasm-crypto
[cov-badge-derive]:
Expand All @@ -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

<!-- Codecov links -->

[cov-link-crypto]:
https://codecov.io/gh/CosmWasm/cosmwasm/tree/main/packages/crypto
[cov-link-derive]:
Expand Down
16 changes: 9 additions & 7 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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