Skip to content

Commit

Permalink
ci[rust,python]: Remove joint coverage workflow (#4790)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Sep 9, 2022
1 parent 83aea27 commit 4cb683e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 58 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/coverage.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,3 @@ changelog-rust:

fmt_toml:
dprint fmt

coverage:
@bash -c "\
rustup override set nightly-2022-08-22; \
source <(cargo llvm-cov show-env --export-prefix); \
export CARGO_TARGET_DIR=\$$CARGO_LLVM_COV_TARGET_DIR; \
export CARGO_INCREMENTAL=1; \
cargo llvm-cov clean --workspace; \
$(MAKE) -C py-polars venv; \
source py-polars/venv/bin/activate; \
$(MAKE) -C polars test; \
$(MAKE) -C py-polars test-with-cov; \
cargo llvm-cov --no-run --lcov --output-path coverage.lcov; \
"

0 comments on commit 4cb683e

Please sign in to comment.