Closed PeterHamilton closed 5 years ago
:exclamation: No coverage uploaded for pull request base (
master@072d55a
). Click here to learn what that means. The diff coverage is100%
.
@@ Coverage Diff @@
## master #603 +/- ##
========================================
Coverage ? 96.5%
========================================
Files ? 78
Lines ? 16493
Branches ? 0
========================================
Hits ? 15916
Misses ? 577
Partials ? 0
Impacted Files | Coverage Δ | |
---|---|---|
kmip/core/messages/payloads/__init__.py | 100% <100%> (ø) |
|
kmip/core/messages/payloads/set_attribute.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 072d55a...f59b75d. Read the comment docs.
This change adds support for the SetAttribute operation in the form of request and response payload structures. These will be used in future updates to the client and server to fully support the SetAttribute operation. A new unit test suite has been added to cover the new changes.
Partially Implements #547