-
Notifications
You must be signed in to change notification settings - Fork 13
Conversation
Signed-off-by: Firas Qutishat <firas.qutishat@securekey.com>
Codecov Report
@@ Coverage Diff @@
## main #636 +/- ##
==========================================
+ Coverage 87.55% 87.70% +0.15%
==========================================
Files 28 29 +1
Lines 4244 4296 +52
==========================================
+ Hits 3716 3768 +52
Misses 308 308
Partials 220 220
Continue to review full report at Codecov.
|
c11c467
to
2b91546
Compare
Signed-off-by: Filip Burlacu <filip.burlacu@securekey.com>
@@ -16,6 +16,6 @@ echo "Running adapter integration tests with tag=$TAGS" | |||
go test -count=1 -v -cover . -p 1 -timeout=40m $TAGS | |||
|
|||
echo "Running adapter didcomm v2 integration tests" | |||
AGENT_KEY_TYPE=ecdsap256ieee1363 AGENT_KEY_AGREEMENT_TYPE=p256kw USE_DIDCOMM_V2=true AGENT_MEDIA_TYPE_PROFILES=didcomm/v2 go test -count=1 -v -cover . -p 1 -timeout=40m -run waci_didcommv2 | |||
go test -count=1 -v -cover . -p 1 -timeout=40m -run waci_didcommv2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Moopli Do we need to run this separately now that we have merged both into one ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'd need to modify the tests to clear connection data from the containers, it's just simpler to start them fresh
No description provided.