Coveralls demo project, using:
And these services:
- GitHub Actions — CI service
- Coveralls — Test coverage service
This project is configured to send test coverage results to Coveralls from GitHub using both the:
- Coveralls Github Action (official github-action) - See
.github/workflows/test_github_action.yml
- Coveralls Universal Coverage Reporter (official integration) - See
.github/workflows/test_coverage_reporter.yml
It does not use:
- The coveralls-ruby gem (language integration) - See the github-vanilla branch for an example config using just the coveralls-ruby gem, without the Coveralls Github Action or Coverage Reporter.