CZ-NIC / django-eidas-specific-node

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

Sign SAML requests in view #58

Closed jiri-janousek closed 5 years ago

jiri-janousek commented 5 years ago

Closes #10

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #58   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          40     41    +1     
  Lines        3194   3252   +58     
  Branches      193    195    +2     
=====================================
+ Hits         3194   3252   +58
Impacted Files Coverage Δ
eidas_node/tests/settings.py 100% <ø> (ø) :arrow_up:
eidas_node/proxy_service/settings.py 100% <100%> (ø) :arrow_up:
eidas_node/proxy_service/views.py 100% <100%> (ø) :arrow_up:
eidas_node/proxy_service/apps.py 100% <100%> (ø) :arrow_up:
eidas_node/tests/proxy_service/test_settings.py 100% <100%> (ø)
eidas_node/tests/proxy_service/test_views.py 100% <100%> (ø) :arrow_up:

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 312ac3a...7fdab2d. Read the comment docs.

tpazderka commented 5 years ago

This needs a rebase.

jiri-janousek commented 5 years ago

Rebased.