Closed ylep closed 1 year ago
Merging #26 (2bf2f8e) into master (6921f88) will increase coverage by
0.05%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #26 +/- ##
==========================================
+ Coverage 92.40% 92.45% +0.05%
==========================================
Files 25 25
Lines 1475 1485 +10
Branches 229 219 -10
==========================================
+ Hits 1363 1373 +10
Misses 63 63
Partials 49 49
Impacted Files | Coverage Δ | |
---|---|---|
src/neuroglancer_scripts/accessor.py | 100.00% <100.00%> (ø) |
|
src/neuroglancer_scripts/file_accessor.py | 100.00% <100.00%> (ø) |
|
src/neuroglancer_scripts/utils.py | 100.00% <0.00%> (ø) |
|
src/neuroglancer_scripts/chunk_encoding.py | 100.00% <0.00%> (ø) |
|
src/neuroglancer_scripts/precomputed_io.py | 100.00% <0.00%> (ø) |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
@xgui3783 We could try adding python3.11, but the precompiled binaries are not available on pip for some dependencies, so setup requires some compilation, which I am not sure if it can run on the GitHub Actions Ubuntu image. Maybe worth giving a try...
Continuation of https://github.com/HumanBrainProject/neuroglancer-scripts/pull/24