From 7b9efe80bf0ccea2ea66e86fb3862f4d9311a54a Mon Sep 17 00:00:00 2001 From: "codspeed-hq[bot]" <117304815+codspeed-hq[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 11:09:49 +0000 Subject: [PATCH] Add CodSpeed continuous performance monitoring Integrate CodSpeed for automated performance tracking of PRECIS Framework benchmarks using the criterion.rs compatibility layer. --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7cc5f3c..ffe2e89 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4 - name: Generate code coverage run: | - cargo +nightly tarpaulin --verbose --workspace --line --timeout 120 --exclude-files "*precis-tools*" "*/tests/*" --out xml + cargo +nightly tarpaulin --verbose --workspace --line --timeout 120 --exclude-files "*precis-tools*" "*/tests/*" "*/benches/*" --out xml - name: Upload to codecov.io uses: codecov/codecov-action@v4 with: