CZ-NIC / django-eidas-specific-node

GNU General Public License v3.0
2 stars 2 forks source link

Reorganize XML-related functions #47

Closed jiri-janousek closed 5 years ago

jiri-janousek commented 5 years ago

Closes #46

codecov-io commented 5 years ago

Codecov Report

Merging #47 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #47   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          35     37    +2     
  Lines        2492   2576   +84     
  Branches      166    170    +4     
=====================================
+ Hits         2492   2576   +84
Impacted Files Coverage Δ
eidas_node/saml.py 100% <100%> (ø) :arrow_up:
eidas_node/xml.py 100% <100%> (ø)
eidas_node/connector/views.py 100% <100%> (ø) :arrow_up:
eidas_node/models.py 100% <100%> (ø) :arrow_up:
eidas_node/proxy_service/views.py 100% <100%> (ø) :arrow_up:
eidas_node/tests/test_utils.py 100% <100%> (ø) :arrow_up:
eidas_node/tests/test_storage.py 100% <100%> (ø) :arrow_up:
eidas_node/tests/test_saml.py 100% <100%> (ø) :arrow_up:
eidas_node/utils.py 100% <100%> (ø) :arrow_up:
eidas_node/tests/test_xml.py 100% <100%> (ø)
... and 10 more

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 559f70a...15fb428. Read the comment docs.