CZ-NIC / django-eidas-specific-node

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

Encrypt SAML response #85

Closed jiri-janousek closed 4 years ago

jiri-janousek commented 4 years ago

Ref #45

codecov-io commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #85    +/-   ##
======================================
  Coverage     100%   100%            
======================================
  Files          42     44     +2     
  Lines        3470   3658   +188     
  Branches      202    210     +8     
======================================
+ Hits         3470   3658   +188
Impacted Files Coverage Δ
eidas_node/saml.py 100% <100%> (ø) :arrow_up:
eidas_node/settings.py 100% <100%> (ø)
eidas_node/connector/views.py 100% <100%> (ø) :arrow_up:
eidas_node/tests/constants.py 100% <100%> (ø) :arrow_up:
eidas_node/tests/test_settings.py 100% <100%> (ø)
eidas_node/connector/settings.py 100% <100%> (ø) :arrow_up:
eidas_node/xml.py 100% <100%> (ø) :arrow_up:
eidas_node/tests/test_saml.py 100% <100%> (ø) :arrow_up:
eidas_node/tests/test_xml.py 100% <100%> (ø) :arrow_up:
eidas_node/constants.py 100% <100%> (ø) :arrow_up:
... and 3 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 c9fd25a...038d0ad. Read the comment docs.