Skip to content

Add test coverage reporting with coveralls.io - #106

Merged
dblock merged 1 commit into
masterfrom
dblock/add-coveralls
Aug 24, 2026
Merged

dblock merged 1 commit into
masterfrom
dblock/add-coveralls

Conversation

@dblock

@dblock dblock commented Aug 24, 2026

Copy link
Copy Markdown
Owner

Description

Adds test coverage reporting via coveralls.io, inspired by dblock/ruby-enum.

Changes

  • Adds coveralls_reborn gem to the test group in the Gemfile.
  • Wires up Coveralls.wear! in spec/spec_helper.rb.
  • Adds a Coverage GitHub Actions workflow (.github/workflows/coverage.yml) that runs on push and reports to Coveralls using a COVERALLS_REPO_TOKEN secret.
  • Adds a Coverage Status badge to the README.
  • Ignores the local coverage/ output directory.

Note

This requires a COVERALLS_REPO_TOKEN repository secret to be configured (and the repo added on coveralls.io) for the Coverage workflow to successfully report results.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown

Danger Report

No issues found.

View run

@dblock
dblock merged commit 9db48bc into master Aug 24, 2026
18 checks passed
@dblock
dblock deleted the dblock/add-coveralls branch August 24, 2026 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant