-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fs/http sniffers #186
Fs/http sniffers #186
Conversation
Codecov ReportBase: 84.50% // Head: 67.06% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #186 +/- ##
=============================================
- Coverage 84.50% 67.06% -17.45%
- Complexity 375 513 +138
=============================================
Files 39 44 +5
Lines 1162 1597 +435
=============================================
+ Hits 982 1071 +89
- Misses 180 526 +346
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. |
I've added the following snippet to the blog-api demo InfoController:
And got the following:
The index additional info:
The common result addition info:
Rewrote tests because FS accessing affect tests.
Performance can be enhanced