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

Using %q to quote a string in fmt.Sprintf format specifiers. #187

Merged
merged 1 commit into from
Jul 20, 2024

Conversation

cinar
Copy link
Owner

@cinar cinar commented Jul 20, 2024

Describe Request

Using %q to quote a string in fmt.Sprintf format specifiers.

Fixed #184

Change Type

Improve code.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.50%. Comparing base (a12e71c) to head (c061c96).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #187   +/-   ##
=======================================
  Coverage   93.50%   93.50%           
=======================================
  Files         151      151           
  Lines        3943     3943           
=======================================
  Hits         3687     3687           
  Misses        209      209           
  Partials       47       47           

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

@cinar cinar merged commit 94f3a2d into master Jul 20, 2024
5 checks passed
@cinar cinar deleted the issue-184 branch July 20, 2024 19:34
@github-actions github-actions bot locked and limited conversation to collaborators Jul 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deepsource: Use %q to quote a string in fmt.Sprintf format specifiers
2 participants