From 6ddb40ca180ca3f737990155483cbdbcfee0ddcd Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Sun, 18 May 2025 18:31:36 -0400 Subject: [PATCH] update --- .github/workflows/ci.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07bef3b..c00b1eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,13 +50,6 @@ jobs: - name: Run coverage run: cargo tarpaulin --workspace --out Xml --fail-under 85 - # Optionally upload the coverage report as an artifact: - #- name: Upload coverage report - # uses: actions/upload-artifact@v3 - # with: - # name: coverage-report - # path: tarpaulin-report.xml - benchmark: name: Performance Benchmark (Hyperfine) needs: build-and-test @@ -94,10 +87,4 @@ jobs: if (( $(echo "$p95 > 3.0" | bc -l) )); then echo "::error ::Performance threshold exceeded (P95 > 3.0s)" exit 1 - fi - # Optionally upload perf.json - #- name: Upload benchmark results - # uses: actions/upload-artifact@v3 - # with: - # name: perf-results - # path: perf.json + fi \ No newline at end of file