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

chore: handle nil #120

Merged
merged 1 commit into from
Jun 27, 2023
Merged

chore: handle nil #120

merged 1 commit into from
Jun 27, 2023

Conversation

exoego
Copy link
Owner

@exoego exoego commented Jun 27, 2023

No description provided.

@exoego exoego added the chore label Jun 27, 2023
@@ -1,4 +1,4 @@
unless ENV["COVERAGE"].empty?
unless ENV["COVERAGE"] && ENV["COVERAGE"].empty?

Check notice

Code scanning / Rubocop

Add the frozen_string_literal comment to the top of files to help transition to frozen string literals by default. Note

Style/FrozenStringLiteralComment: Missing frozen string literal comment.
@@ -1,4 +1,4 @@
unless ENV["COVERAGE"].empty?
unless ENV["COVERAGE"] && ENV["COVERAGE"].empty?

Check notice

Code scanning / Rubocop

Checks if uses of quotes match the configured preference. Note

Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
@@ -1,4 +1,4 @@
unless ENV["COVERAGE"].empty?
unless ENV["COVERAGE"] && ENV["COVERAGE"].empty?

Check notice

Code scanning / Rubocop

Checks if uses of quotes match the configured preference. Note

Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
@codecov
Copy link

codecov bot commented Jun 27, 2023

Codecov Report

Merging #120 (5f2c0cf) into master (f70e40d) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #120   +/-   ##
=======================================
  Coverage   65.88%   65.88%           
=======================================
  Files          31       31           
  Lines         686      686           
=======================================
  Hits          452      452           
  Misses        234      234           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@exoego exoego merged commit b20f513 into master Jun 27, 2023
14 checks passed
@exoego exoego deleted the chore branch June 27, 2023 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant