Skip to content

Commit

Permalink
run inegration tests in coverage (#3301)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed May 9, 2022
1 parent 89ebc59 commit b9ca088
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ coverage:
$(MAKE) -C py-polars venv; \
source py-polars/venv/bin/activate; \
$(MAKE) -C polars test; \
$(MAKE) -C polars integration-tests; \
$(MAKE) -C py-polars test-with-cov; \
cargo llvm-cov --no-run --lcov --output-path coverage.lcov; \
"

0 comments on commit b9ca088

Please sign in to comment.