Skip to content

Commit

Permalink
Set up Coveralls with Coveralls Github Action.
Browse files Browse the repository at this point in the history
  • Loading branch information
afinetooth committed Jun 22, 2023
1 parent 7f60a01 commit a2b4c1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test_coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

coveralls-endpoint: https://enterprise-demo.coveralls.io

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 a2b4c1d

Please sign in to comment.