From 7c0d2584977b76e0aa7f58be465269c79cb13aa9 Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Wed, 8 Oct 2025 13:06:40 +0200 Subject: [PATCH] codecov no-stack-check --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 3757286..2c9908d 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -10,7 +10,7 @@ jobs: test: name: Test env: - RUSTFLAGS: -C instrument-coverage + RUSTFLAGS: -C instrument-coverage -C force-frame-pointers=yes -C no-stack-check" runs-on: ubuntu-latest steps: - uses: actions/checkout@v4