Skip to content

Commit

Permalink
Merge pull request #25 from coverallsapp/pr-to-lower-coverage-001
Browse files Browse the repository at this point in the history
Comment out test to lower coverage.
  • Loading branch information
afinetooth authored Jun 13, 2024
2 parents 989ce9e + 7c8b4f1 commit 20ebd14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Coveralls
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage/lcov/coveralls-demo-ruby.lcov
coveralls-endpoint: https://2d62-47-145-39-95.ngrok-free.app
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# file: ./coverage/lcov/coveralls-demo-ruby.lcov
# coveralls-endpoint: https://2d62-47-145-39-95.ngrok-free.app
10 changes: 5 additions & 5 deletions spec/class_one_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,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 20ebd14

Please sign in to comment.