Skip to content

Commit

Permalink
feat: add packages in code cov
Browse files Browse the repository at this point in the history
Signed-off-by: Night Owl <[email protected]>
  • Loading branch information
nightowl121 committed Sep 8, 2023
1 parent 32d16fd commit 5d43cb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cw-codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: taiki-e/install-action@cargo-llvm-cov

- name: Generate code coverage
run: cargo llvm-cov --lcov --output-path lcov.info
run: cargo llvm-cov --lcov --output-path lcov.info --package cw-hub-bnusd --package cw-asset-manager
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion contracts/core-contracts/cw-asset-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "cw-asset-manager"
version = "0.1.0"
authors = ["Night Owl <[email protected]>"]
edition = "2021"
edition = "2023"

exclude = [
# Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication.
Expand Down
2 changes: 1 addition & 1 deletion contracts/token-contracts/cw-hub-bnusd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "cw-hub-bnusd"
version = "0.1.0"
authors = ["Night Owl <[email protected]>"]
edition = "2021"
edition = "2023"

exclude = [
# Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication.
Expand Down

0 comments on commit 5d43cb2

Please sign in to comment.