CZ-NIC / django-eidas-specific-node

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

Sign SAML responses #48

Closed jiri-janousek closed 5 years ago

jiri-janousek commented 5 years ago

Closes #27

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #48    +/-   ##
======================================
  Coverage     100%   100%            
======================================
  Files          38     39     +1     
  Lines        2584   2857   +273     
  Branches      171    185    +14     
======================================
+ Hits         2584   2857   +273
Impacted Files Coverage Δ
eidas_node/tests/connector/test_demo_views.py 100% <100%> (ø) :arrow_up:
eidas_node/connector/views.py 100% <100%> (ø) :arrow_up:
eidas_node/connector/settings.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/connector/demo/views.py 100% <100%> (ø) :arrow_up:
eidas_node/tests/settings.py 100% <100%> (ø) :arrow_up:
eidas_node/connector/apps.py 100% <100%> (ø) :arrow_up:
eidas_node/saml.py 100% <100%> (ø) :arrow_up:
eidas_node/tests/connector/test_settings.py 100% <100%> (ø)
... and 8 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 db35461...3e5e226. Read the comment docs.

jiri-janousek commented 5 years ago

There is still more work needed.

jiri-janousek commented 5 years ago

I hope I got it finally right.