Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.82 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.82 KB

coveralls-ruby-demo for Github Actions

Coveralls demo project, using:

And these services:

Welcome

If you've gotten this far, we can assume:

1. You understand how test coverage works in this project.
If not, start back at the master README.
2. You've chosen Github Actions as your CI Service.
If not, head back to the master README and choose a different CI / branch.

Configure your project for Coveralls & Github Actions

This project is configured to send test coverage results to Coveralls from Github using the Coveralls Github Action. It does not use the coveralls-ruby gem.

See the github-vanilla branch for an example using just the coveralls-ruby gem, without the Coveralls Github Action.