-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add a ton of new testing to fatal cases #99
Conversation
✅ Deploy Preview for raredocs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## master #99 +/- ##
==========================================
+ Coverage 89.84% 91.00% +1.16%
==========================================
Files 109 109
Lines 5494 5505 +11
==========================================
+ Hits 4936 5010 +74
+ Misses 423 375 -48
+ Partials 135 120 -15
|
pkg/testutil/texGenerator_test.go
Outdated
@@ -31,4 +32,12 @@ func TestGeneratesData(t *testing.T) { | |||
for i := 0; i < n; i++ { | |||
assert.NotZero(t, buf[i]) | |||
} | |||
|
|||
zero(buf) | |||
rg.Close() |
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.
noerror
No description provided.