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

Cleanup and actually run integration tests with testing suite #29

Merged
merged 2 commits into from
Oct 2, 2020

Conversation

quinnj
Copy link
Member

@quinnj quinnj commented Oct 2, 2020

The initial integration tests were throw together before the latest big
refactoring, and I didn't bother to see if they worked or not before
merging since we weren't actually running the tests anyway. Here,
ArrowJSON module is cleaned up and the integration tests are actually
run to ensure everything passes/works.

The initial integration tests were throw together before the latest big
refactoring, and I didn't bother to see if they worked or not before
merging since we weren't actually running the tests anyway. Here,
ArrowJSON module is cleaned up and the integration tests are actually
run to ensure everything passes/works.
@codecov
Copy link

codecov bot commented Oct 2, 2020

Codecov Report

Merging #29 into master will increase coverage by 0.46%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
+ Coverage   80.78%   81.24%   +0.46%     
==========================================
  Files          14       14              
  Lines        2612     2613       +1     
==========================================
+ Hits         2110     2123      +13     
+ Misses        502      490      -12     
Impacted Files Coverage Δ
src/arrowtypes.jl 80.00% <100.00%> (ø)
src/eltypes.jl 83.54% <100.00%> (-0.37%) ⬇️
src/table.jl 93.29% <100.00%> (+0.95%) ⬆️
src/metadata/Schema.jl 81.54% <0.00%> (+0.29%) ⬆️
src/arraytypes.jl 77.72% <0.00%> (+0.74%) ⬆️
src/utils.jl 74.91% <0.00%> (+1.01%) ⬆️
src/FlatBuffers/builder.jl 78.78% <0.00%> (+1.81%) ⬆️

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 ed780d9...cb69f64. Read the comment docs.

@quinnj quinnj merged commit ed66476 into master Oct 2, 2020
@quinnj quinnj deleted the jq/ajson branch October 2, 2020 04:09
quinnj added a commit that referenced this pull request Oct 3, 2020
* Cleanup and actually run integration tests with testing suite

The initial integration tests were throw together before the latest big
refactoring, and I didn't bother to see if they worked or not before
merging since we weren't actually running the tests anyway. Here,
ArrowJSON module is cleaned up and the integration tests are actually
run to ensure everything passes/works.

* fix test deps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant