AtteqCom / zsl

zsl application framework for web based services
MIT License
1 stars 1 forks source link

Fix build #125

Closed babky closed 3 years ago

babky commented 3 years ago

Fixing build issues

codecov-io commented 3 years ago

Codecov Report

Merging #125 (14d468f) into master (d8a124d) will decrease coverage by 0.05%. The diff coverage is 70.96%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #125      +/-   ##
==========================================
- Coverage   66.67%   66.62%   -0.06%     
==========================================
  Files         156      156              
  Lines        5746     5755       +9     
  Branches      530      538       +8     
==========================================
+ Hits         3831     3834       +3     
+ Misses       1812     1808       -4     
- Partials      103      113      +10     
Impacted Files Coverage Δ
tests/resource/resource_guard_test.py 93.90% <55.55%> (-4.80%) :arrow_down:
tests/resource/transactional_guard_test.py 90.27% <75.00%> (-1.28%) :arrow_down:
src/zsl/resource/model_resource.py 74.18% <100.00%> (+0.45%) :arrow_up:
tests/mocks.py 100.00% <100.00%> (+10.00%) :arrow_up:
tests/resource/resource_helper_test.py 100.00% <100.00%> (ø)
tests/testing/db_test.py 98.41% <100.00%> (ø)
src/zsl/utils/xml_helper.py 0.00% <0.00%> (ø)
src/zsl/utils/params_helper.py 0.00% <0.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 d8a124d...14d468f. Read the comment docs.