Closed PeterHamilton closed 4 years ago
:exclamation: No coverage uploaded for pull request base (
master@2015cf7
). Click here to learn what that means. The diff coverage is100%
.
@@ Coverage Diff @@
## master #615 +/- ##
=========================================
Coverage ? 96.58%
=========================================
Files ? 79
Lines ? 16887
Branches ? 0
=========================================
Hits ? 16311
Misses ? 576
Partials ? 0
Impacted Files | Coverage Δ | |
---|---|---|
kmip/services/kmip_client.py | 71.31% <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 2015cf7...e4eca15. Read the comment docs.
This change adds integration tests for the client and server for the Modify and DeleteAttribute operations, proving they work in tandem. Minor bug fixes in the client are included to enable correct test execution.
Partially implements #547