Closed scott-huberty closed 1 year ago
Merging #148 (41f8ba8) into main (0927ded) will increase coverage by
3.26%
. Report is 1 commits behind head on main. The diff coverage is97.56%
.
@@ Coverage Diff @@
## main #148 +/- ##
==========================================
+ Coverage 68.33% 71.60% +3.26%
==========================================
Files 14 18 +4
Lines 960 1074 +114
==========================================
+ Hits 656 769 +113
- Misses 304 305 +1
Files | Coverage Δ | |
---|---|---|
pylossless/__init__.py | 100.00% <100.00%> (ø) |
|
pylossless/dash/__init__.py | 100.00% <100.00%> (ø) |
|
pylossless/datasets/__init__.py | 100.00% <100.00%> (ø) |
|
pylossless/datasets/simulated.py | 100.00% <100.00%> (ø) |
|
pylossless/pipeline.py | 74.34% <100.00%> (+1.63%) |
:arrow_up: |
pylossless/utils/__init__.py | 100.00% <100.00%> (ø) |
|
pylossless/utils/_utils.py | 100.00% <ø> (ø) |
|
pylossless/utils/html.py | 95.83% <95.83%> (ø) |
|
pylossless/flagging.py | 64.78% <71.42%> (+0.50%) |
:arrow_up: |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Self merging since this mainly aesthetic (tutorial) and fixes the CI's.
Fixes #147
And this starts the work on documenting the implementation of each lossless step (with associated figures and demonstration with python code).