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

Moved tests to integration tests #288

Merged
merged 9 commits into from
Aug 14, 2021
Merged

Moved tests to integration tests #288

merged 9 commits into from
Aug 14, 2021

Conversation

jorgecarleitao
Copy link
Owner

This makes it easier to spot and test changes in the API.

See https://matklad.github.io/2021/02/27/delete-cargo-integration-tests.html for details.

@codecov
Copy link

codecov bot commented Aug 14, 2021

Codecov Report

Merging #288 (3fa3d8f) into main (959d549) will increase coverage by 0.03%.
The diff coverage is 99.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #288      +/-   ##
==========================================
+ Coverage   77.55%   77.59%   +0.03%     
==========================================
  Files         260      280      +20     
  Lines       21048    21071      +23     
==========================================
+ Hits        16324    16349      +25     
+ Misses       4724     4722       -2     
Impacted Files Coverage Δ
src/bitmap/utils/chunk_iterator/chunks_exact.rs 71.87% <ø> (-7.68%) ⬇️
src/bitmap/utils/chunk_iterator/mod.rs 85.91% <ø> (-7.19%) ⬇️
src/bitmap/utils/iterator.rs 100.00% <ø> (ø)
src/bitmap/utils/mod.rs 100.00% <ø> (ø)
src/bitmap/utils/zip_validity.rs 96.00% <ø> (-2.84%) ⬇️
src/buffer/immutable.rs 94.87% <ø> (-2.63%) ⬇️
src/buffer/mutable.rs 88.42% <ø> (-3.53%) ⬇️
src/ffi/array.rs 43.24% <ø> (-35.97%) ⬇️
src/io/ipc/read/reader.rs 83.62% <ø> (-4.20%) ⬇️
src/io/ipc/read/stream.rs 82.27% <ø> (-4.26%) ⬇️
... and 68 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 959d549...3fa3d8f. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit b77de38 into main Aug 14, 2021
@jorgecarleitao jorgecarleitao deleted the tests branch August 14, 2021 15:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant