Skip to content

Conversation

@fifthsegment
Copy link
Owner

No description provided.

// add proxy credentials

Proxy: http.ProxyURL(proxyURL),
TLSClientConfig: &tls.Config{InsecureSkipVerify: true},

Check failure

Code scanning / CodeQL

Disabled TLS certificate check

InsecureSkipVerify should not be used in production code.
@codecov-commenter
Copy link

codecov-commenter commented Oct 31, 2023

Codecov Report

Attention: 27 lines in your changes are missing coverage. Please review.

Comparison is base (dc50c75) 71.16% compared to head (fb390cd) 67.14%.
Report is 14 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
- Coverage   71.16%   67.14%   -4.02%     
==========================================
  Files           1        1              
  Lines         378      414      +36     
==========================================
+ Hits          269      278       +9     
- Misses         89      115      +26     
- Partials       20       21       +1     
Files Coverage Δ
main.go 67.14% <25.00%> (-4.02%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

3 participants