Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update code coverage to new tarpaulin release and run all tests #852

Merged
merged 1 commit into from
Oct 26, 2021

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Oct 23, 2021

Which issue does this PR close?

N/A

Rationale for this change

I saw that coverage number on this project doesn't seem to include many of the tests and thus looks lower than it really is.

What changes are included in this PR?

  1. Update to use a new tarpaulin release
  2. Include coverage from all test suites (--all)

Are there any user-facing changes?

No

@alamb alamb added the development-process Related to development process of arrow-rs label Oct 23, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #852 (aeb4632) into master (bd9d561) will decrease coverage by 0.14%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #852      +/-   ##
==========================================
- Coverage   82.65%   82.50%   -0.15%     
==========================================
  Files         168      168              
  Lines       48081    48088       +7     
==========================================
- Hits        39742    39677      -65     
- Misses       8339     8411      +72     
Impacted Files Coverage Δ
arrow/src/datatypes/native.rs 74.46% <0.00%> (-2.13%) ⬇️
parquet/src/column/reader.rs 72.33% <0.00%> (-2.04%) ⬇️
parquet/src/file/writer.rs 93.27% <0.00%> (-1.85%) ⬇️
parquet_derive/src/parquet_field.rs 67.04% <0.00%> (-1.82%) ⬇️
parquet/src/schema/printer.rs 73.02% <0.00%> (-1.64%) ⬇️
parquet/src/arrow/arrow_array_reader.rs 78.26% <0.00%> (-1.55%) ⬇️
parquet/src/arrow/schema.rs 86.52% <0.00%> (-0.83%) ⬇️
parquet/src/encodings/levels.rs 92.66% <0.00%> (-0.78%) ⬇️
parquet/src/schema/types.rs 87.77% <0.00%> (-0.42%) ⬇️
arrow/src/array/transform/mod.rs 85.51% <0.00%> (-0.42%) ⬇️
... and 16 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bd9d561...aeb4632. Read the comment docs.

@alamb alamb merged commit c38ac2a into apache:master Oct 26, 2021
@alamb alamb deleted the alamb/update_coverage branch October 26, 2021 10:49
alamb added a commit that referenced this pull request Oct 26, 2021
alamb added a commit that referenced this pull request Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development-process Related to development process of arrow-rs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants