Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Mar 5, 2024
1 parent 9d18682 commit 3e19602
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ permissions:
contents: read
jobs:
codecov:
runs-on: ubuntu-latest-8-cores
# container:
# image: xd009642/tarpaulin:develop-nightly
# options: --security-opt seccomp=unconfined
runs-on: ubuntu-latest-8-cores
steps:
- uses: actions/checkout@master

Expand All @@ -30,11 +27,7 @@ jobs:
env:
RUST_BACKTRACE: 1
run: |
# cargo tarpaulin --release --features fast-runtime --fail-under 10 \
# --no-fail-fast --workspace --timeout 3600 --engine llvm \
# --exclude-files **/mock.rs **/weights.rs **/weights/* --out xml --out html
cargo tarpaulin --timeout 3600 -e runtime-integration-tests --features fast-runtime --workspace -v --exclude-files **/mock.rs **/weights.rs **/weights/* --out xml
ls -la
# UPLOAD REPORTS (requires cargo 1.70.0)
- name: Upload to codecov.io
Expand Down

0 comments on commit 3e19602

Please sign in to comment.