Skip to content

Commit

Permalink
Merge pull request #8 from coverallsapp/gha-pr-006
Browse files Browse the repository at this point in the history
Re-comment test to decrease coverage by 20%.
  • Loading branch information
afinetooth committed Oct 21, 2022
2 parents 99dbd9a + a84efb3 commit 442d01e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec/class_one_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
end

# Uncomment below to achieve 100% coverage
describe "uncovered" do
it "returns 'uncovered'" do
expect(ClassOne.uncovered).to eql("uncovered")
end
end
# describe "uncovered" do
# it "returns 'uncovered'" do
# expect(ClassOne.uncovered).to eql("uncovered")
# end
# end
end

0 comments on commit 442d01e

Please sign in to comment.