-
Notifications
You must be signed in to change notification settings - Fork 173
Update AKKA to the lastest version ,add support http method for Trace… #67
base: master
Are you sure you want to change the base?
Conversation
… Patch and Connect
Codecov Report
@@ Coverage Diff @@
## master #67 +/- ##
===========================================
- Coverage 95.28% 94.18% -1.1%
+ Complexity 1064 1060 -4
===========================================
Files 83 83
Lines 3370 3388 +18
Branches 261 261
===========================================
- Hits 3211 3191 -20
- Misses 63 97 +34
- Partials 96 100 +4
Continue to review full report at Codecov.
|
@tigerqiu712 thanks so much for the nice contribution! Sorry is busy this week, will definitely take a look on this weekend. In the meantime, could you add some test on the new code to keep the same coverage? thanks, |
@tigerqiu712 thanks so much for adding the test cases! Could you please help to take a look at the failed test cases and fix the tests? |
Update ParallelClientHttpTraceTest.java
@tigerqiu712 I saw your local repo https://github.com/tigerqiu712/parallec does not have the latest updates. Could you also pull from the latest code, like https://stackoverflow.com/questions/3903817/pull-new-updates-from-original-github-repository-into-forked-github-repository ? Hope that may help you to resolve some tests. also squash all of your commits to a single one, and I can rebase based on that. |
… Patch and Connect