Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/polars-0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Autoparallel authored Feb 8, 2024
2 parents 35d3109 + 9548f61 commit 1ee7891
Show file tree
Hide file tree
Showing 74 changed files with 3,079 additions and 3,022 deletions.
17 changes: 0 additions & 17 deletions .github/codecov.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,3 @@ jobs:

- name: test
run: cargo test --workspace --all-features --exclude documentation

codecov:
name: codecov
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable

- name: install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov

- name: codecov
run: cargo llvm-cov --all-features --workspace --exclude documentation --lcov --output-path lcov.info

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
files: lcov.info
fail_ci_if_error: true
3 changes: 2 additions & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ use_field_init_shorthand = true

wrap_comments = true
normalize_comments = true
comment_width = 80
comment_width = 80
edition = "2021"
Loading

0 comments on commit 1ee7891

Please sign in to comment.