Skip to content

Commit

Permalink
bump to ubuntu-8
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Mar 1, 2024
1 parent 5bbbc8d commit 3f3dc85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
contents: read
jobs:
codecov:
runs-on: ubuntu-latest-4-cores
runs-on: ubuntu-latest-8-cores
# container:
# image: xd009642/tarpaulin:develop-nightly
# options: --security-opt seccomp=unconfined
Expand All @@ -30,7 +30,7 @@ jobs:
env:
RUST_BACKTRACE: 1
run: |
cargo tarpaulin --release --features fast-runtime \
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
ls -la
Expand Down

0 comments on commit 3f3dc85

Please sign in to comment.