Skip to content

Commit

Permalink
Merge branch 'main' into transform-expr
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklan committed Dec 19, 2024
2 parents ebcb42d + c3a868f commit 3a38785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
- name: Generate code coverage
run: cargo llvm-cov --all-features --workspace --codecov --output-path codecov.json -- --skip read_table_version_hdfs
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: codecov.json
fail_ci_if_error: true
Expand Down

0 comments on commit 3a38785

Please sign in to comment.