Skip to content

Commit

Permalink
ci: Disable code-cov in GHA (PRQL#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Dec 27, 2022
1 parent 5c25c98 commit 7d12c28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d12c28

Please sign in to comment.