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

Add integration tests #17

Merged
merged 15 commits into from
Aug 26, 2020
Merged

Add integration tests #17

merged 15 commits into from
Aug 26, 2020

Conversation

nbigaouette
Copy link
Owner

Add integration test downloading a model from the zoo and validating the inference.

@codecov-commenter
Copy link

codecov-commenter commented Aug 24, 2020

Codecov Report

Merging #17 into master will increase coverage by 4.21%.
The diff coverage is 59.06%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
+ Coverage   17.33%   21.55%   +4.21%     
==========================================
  Files          15       17       +2     
  Lines         502      529      +27     
==========================================
+ Hits           87      114      +27     
  Misses        415      415              
Impacted Files Coverage Δ
...untime/src/download/vision/image_classification.rs 0.00% <0.00%> (ø)
onnxruntime/src/error.rs 57.14% <0.00%> (ø)
onnxruntime/src/session.rs 0.00% <0.00%> (ø)
onnxruntime/src/tensor/ort_owned_tensor.rs 0.00% <0.00%> (ø)
onnxruntime/src/tensor/ort_tensor.rs 82.35% <82.35%> (ø)
onnxruntime/src/environment.rs 92.45% <91.30%> (+8.73%) ⬆️
onnxruntime/src/lib.rs 70.58% <100.00%> (+20.58%) ⬆️
onnxruntime/src/memory.rs 78.57% <100.00%> (ø)
onnxruntime/src/tensor/ndarray_tensor.rs 100.00% <100.00%> (ø)
... and 3 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 ec93c73...d03ce5b. Read the comment docs.

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.

2 participants