Add coverage (goveralls) github action#2263
Merged
Merged
Conversation
abhinavdangeti
force-pushed
the
coveralls
branch
from
December 5, 2025 18:29
9477cf1 to
89cff6e
Compare
abhinavdangeti
force-pushed
the
coveralls
branch
3 times, most recently
from
December 5, 2025 21:17
4038b21 to
21a5a0d
Compare
abhinavdangeti
force-pushed
the
coveralls
branch
from
December 5, 2025 21:20
21a5a0d to
be74537
Compare
abhinavdangeti
force-pushed
the
coveralls
branch
from
December 5, 2025 21:21
be74537 to
38305b6
Compare
abhinavdangeti
requested review from
CascadingRadium,
Likith101,
Thejas-bhat,
capemox and
maneuvertomars
and removed request for
CascadingRadium,
Likith101,
Thejas-bhat and
capemox
December 5, 2025 21:22
abhinavdangeti
requested review from
Copilot
and removed request for
maneuvertomars
December 5, 2025 21:24
Contributor
There was a problem hiding this comment.
Pull request overview
This PR migrates code coverage reporting from Travis CI to GitHub Actions by replacing the legacy Travis CI configuration with a modern GitHub Actions workflow that uses Goveralls for coverage reporting.
- Removes outdated Travis CI configuration and associated scripts
- Adds a new GitHub Actions workflow for coverage reporting
- Simplifies coverage collection by using native Go tooling instead of custom bash scripts
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/cover.yml |
New GitHub Actions workflow for running tests with coverage and uploading to Coveralls |
.travis.yml |
Removed legacy Travis CI configuration |
scripts/project-code-coverage.sh |
Removed complex bash script for collecting coverage from multiple sources |
scripts/merge-coverprofile.go |
Removed utility for merging coverage profiles, no longer needed |
scripts/build_children.sh |
Removed Travis CI-specific script for triggering downstream builds |
scripts/old_build_script.txt |
Removed outdated build documentation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
abhinavdangeti
force-pushed
the
coveralls
branch
from
December 5, 2025 21:39
15e315e to
cb4592c
Compare
abhinavdangeti
force-pushed
the
coveralls
branch
from
December 5, 2025 22:03
d609144 to
6fe626d
Compare
abhinavdangeti
requested review from
CascadingRadium,
Likith101,
Thejas-bhat,
capemox and
maneuvertomars
December 5, 2025 22:07
Thejas-bhat
approved these changes
Dec 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.