Skip to content
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

Merged
merged 6 commits into from
Aug 4, 2023
Merged

Add a ton of new testing to fatal cases #99

merged 6 commits into from
Aug 4, 2023

Conversation

zix99
Copy link
Owner

@zix99 zix99 commented Jul 31, 2023

No description provided.

@netlify
Copy link

netlify bot commented Jul 31, 2023

Deploy Preview for raredocs ready!

Name Link
🔨 Latest commit 375fed7
🔍 Latest deploy log https://app.netlify.com/sites/raredocs/deploys/64cc3f1ca098b200075b9210
😎 Deploy Preview https://deploy-preview-99--raredocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@codecov-commenter
Copy link

codecov-commenter commented Jul 31, 2023

Codecov Report

Merging #99 (375fed7) into master (1f903ae) will increase coverage by 1.16%.
The diff coverage is 100.00%.

❗ 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     
Files Changed Coverage Δ
cmd/analyze.go 100.00% <100.00%> (+3.61%) ⬆️
cmd/helpers/exitCodes.go 100.00% <100.00%> (+100.00%) ⬆️
cmd/helpers/extractorBuilder.go 96.64% <100.00%> (+13.40%) ⬆️
cmd/helpers/scaler.go 100.00% <100.00%> (+21.42%) ⬆️
cmd/helpers/sorting.go 96.61% <100.00%> (+5.08%) ⬆️
cmd/reduce.go 96.89% <100.00%> (+5.59%) ⬆️
pkg/logger/logger.go 100.00% <100.00%> (+37.03%) ⬆️
pkg/testutil/textGenerator.go 100.00% <100.00%> (ø)

@@ -31,4 +32,12 @@ func TestGeneratesData(t *testing.T) {
for i := 0; i < n; i++ {
assert.NotZero(t, buf[i])
}

zero(buf)
rg.Close()
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

noerror

@zix99 zix99 merged commit a4e8f49 into master Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants