Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Allowed feature-specific test runs #985

Merged
merged 1 commit into from May 7, 2022
Merged

Allowed feature-specific test runs #985

merged 1 commit into from May 7, 2022

Conversation

jorgecarleitao
Copy link
Owner

This PR allows running cargo test --tests --features io_parquet. This idiom is useful when testing only parts of the crate.

@jorgecarleitao jorgecarleitao added the testing PRs that only increase coverage label May 7, 2022
@codecov
Copy link

codecov bot commented May 7, 2022

Codecov Report

Merging #985 (6654ff7) into main (fc91dd8) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #985   +/-   ##
=======================================
  Coverage   71.37%   71.37%           
=======================================
  Files         357      357           
  Lines       19781    19781           
=======================================
+ Hits        14118    14119    +1     
+ Misses       5663     5662    -1     
Impacted Files Coverage Δ
src/compute/arithmetics/time.rs 26.60% <0.00%> (+0.91%) ⬆️

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 fc91dd8...6654ff7. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit b9aa8e8 into main May 7, 2022
@jorgecarleitao jorgecarleitao deleted the simpler_testing branch May 7, 2022 17:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
testing PRs that only increase coverage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant