Skip to content

Restore dao-voting-native-staked, rename tf contract #1312

Restore dao-voting-native-staked, rename tf contract

Restore dao-voting-native-staked, rename tf contract #1312

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/* *test*.rs packages/dao-dao-macros/* packages/dao-testing/* ci/*
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: false