Skip to content

Commit

Permalink
Merge pull request #23 from coverallsapp/pr-for-random-changes-0001
Browse files Browse the repository at this point in the history
Add code to lower coverage.
  • Loading branch information
afinetooth committed Feb 9, 2024
2 parents 3e33b10 + e230f7b commit 989ce9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/class_one.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ def self.covered

# Adding comment to change source file
def self.uncovered
if 1 + 1 == 2
puts true
else
puts false
end

# Another insignificant comment: this line will be commented out to change coverage.
"uncovered"
end
Expand Down

0 comments on commit 989ce9e

Please sign in to comment.