Closed magland closed 1 year ago
Merging #47 (4c7773c) into main (d19195d) will increase coverage by
0.01%
. The diff coverage is83.17%
.
@@ Coverage Diff @@
## main #47 +/- ##
==========================================
+ Coverage 86.72% 86.73% +0.01%
==========================================
Files 54 55 +1
Lines 3148 3167 +19
==========================================
+ Hits 2730 2747 +17
- Misses 418 420 +2
Flag | Coverage Δ | |
---|---|---|
unittests | 86.73% <83.17%> (+0.01%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Files | Coverage Δ | |
---|---|---|
python/dendro/__init__.py | 100.00% <100.00%> (ø) |
|
python/dendro/api_helpers/clients/db.py | 100.00% <100.00%> (ø) |
|
...api_helpers/routers/gui/compute_resource_routes.py | 100.00% <100.00%> (ø) |
|
...dendro/api_helpers/services/_create_output_file.py | 65.00% <100.00%> (+0.89%) |
:arrow_up: |
...pi_helpers/services/processor/update_job_status.py | 88.33% <100.00%> (+0.19%) |
:arrow_up: |
python/dendro/sdk/App.py | 89.62% <100.00%> (ø) |
|
python/dendro/sdk/OutputFile.py | 82.60% <100.00%> (+3.44%) |
:arrow_up: |
python/dendro/api_helpers/core/_model_dump.py | 75.00% <75.00%> (ø) |
|
python/dendro/sdk/Job.py | 97.29% <97.50%> (+12.29%) |
:arrow_up: |
python/dendro/sdk/AppProcessor.py | 86.80% <54.54%> (-2.03%) |
:arrow_down: |
... and 1 more |
:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!
@luiztauffer with this we now support both pydantic versions 1 and 2, and there are CI tests for both.