Skip to content

Cleanup, unfortunately test-tube doesn't have metadata queries yet #1358

Cleanup, unfortunately test-tube doesn't have metadata queries yet

Cleanup, unfortunately test-tube doesn't have metadata queries yet #1358

Workflow file for this run

name: coverage
"on":
- push
jobs:
test:
name: coverage
runs-on: ubuntu-latest
container:
image: "xd009642/tarpaulin:develop-nightly"
options: "--security-opt seccomp=unconfined"
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Generate code coverage
run: >
cargo tarpaulin --verbose --workspace --out Xml --exclude-files test-contracts/* packages/dao-dao-macros/* packages/dao-testing/* packages/cw-hooks/* ci/* --ignore-tests
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: false