From 753364200f114b6e2ea7c5c3f6c451f1fcd75932 Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Sun, 25 Dec 2022 14:13:51 -0800 Subject: [PATCH] ci: Disable code-cov in GHA Until https://github.com/actions-rs/tarpaulin/issues/21 is fixed --- .github/workflows/test-all.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-all.yaml b/.github/workflows/test-all.yaml index cced1315afae..7c4838e9485c 100644 --- a/.github/workflows/test-all.yaml +++ b/.github/workflows/test-all.yaml @@ -70,6 +70,8 @@ jobs: working-directory: prql-js measure-code-cov: + # Currently disabled due to https://github.com/actions-rs/tarpaulin/issues/21 + if: false runs-on: ubuntu-latest # Currently this runs `cargo clean` which makes the run taking 4 min. TODO: # see whether `skip_clean` is reliable and then add this job to every