Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update payloads for the Activate operation #314

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PeterHamilton
Copy link
Contributor

This change updates the request and response payloads for the Activate operation, bringing them up-to-date with current coding style. The unit test suites for the payloads have been overhauled to also match current standards. Payload usage in the client and server also now comply with the updated implementations.

This change updates the request and response payloads for the
Activate operation, bringing them up-to-date with current coding
style. The unit test suites for the payloads have been overhauled
to also match current standards. Payload usage in the client and
server also now comply with the updated implementations.
@codecov-io
Copy link

codecov-io commented Jul 30, 2017

Codecov Report

Merging #314 into master will increase coverage by 0.06%.
The diff coverage is 98.92%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #314      +/-   ##
==========================================
+ Coverage    91.5%   91.56%   +0.06%     
==========================================
  Files          64       64              
  Lines        9871     9911      +40     
==========================================
+ Hits         9032     9075      +43     
+ Misses        839      836       -3
Impacted Files Coverage Δ
kmip/services/kmip_client.py 61.8% <0%> (+0.33%) ⬆️
kmip/core/messages/payloads/activate.py 100% <100%> (ø) ⬆️
kmip/services/server/engine.py 99.88% <100%> (ø) ⬆️
kmip/core/messages/payloads/__init__.py 100% <100%> (ø) ⬆️

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 278a543...09473e6. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants