-
Notifications
You must be signed in to change notification settings - Fork 41
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
Feature/support transaction #79
Feature/support transaction #79
Conversation
Codecov ReportBase: 93.38% // Head: 93.18% // Decreases project coverage by
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## examples #79 +/- ##
============================================
- Coverage 93.38% 93.18% -0.20%
============================================
Files 76 77 +1
Lines 4551 4566 +15
Branches 422 422
============================================
+ Hits 4250 4255 +5
- Misses 179 189 +10
Partials 122 122
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Assert.Equal("{\"Name\":\"Shachar\",\"Age\":23}", getResponse.Result.ToString()); | ||
} | ||
|
||
/* [Fact] |
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.
Why this test in comment?
Closes #64
Closes #78