Closed nbigaouette closed 3 years ago
Merging #45 (0cadee1) into master (4a02bc0) will decrease coverage by
5.04%
. The diff coverage is23.80%
.
@@ Coverage Diff @@
## master #45 +/- ##
==========================================
- Coverage 19.18% 14.13% -5.05%
==========================================
Files 17 18 +1
Lines 610 962 +352
==========================================
+ Hits 117 136 +19
- Misses 493 826 +333
Impacted Files | Coverage Δ | |
---|---|---|
...runtime-sys/src/generated/macos/x86_64/bindings.rs | 0.00% <ø> (ø) |
|
onnxruntime/src/session.rs | 0.00% <0.00%> (ø) |
|
onnxruntime/src/lib.rs | 32.53% <41.02%> (+7.53%) |
:arrow_up: |
onnxruntime/src/environment.rs | 89.83% <100.00%> (+8.47%) |
:arrow_up: |
onnxruntime/src/memory.rs | 93.33% <100.00%> (ø) |
|
onnxruntime/src/tensor/ort_tensor.rs | 82.35% <100.00%> (ø) |
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 b24b4cd...0cadee1. Read the comment docs.
Since the public API depends on
ndarray
, downstream user need to add it in theirCargo.toml
.This re-export allows downstream user not to add the dependency in their
Cargo.toml
.Closes #44.