-
Notifications
You must be signed in to change notification settings - Fork 698
Add coverage (goveralls) github action #2263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
9477cf1 to
89cff6e
Compare
4038b21 to
21a5a0d
Compare
21a5a0d to
be74537
Compare
be74537 to
38305b6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
15e315e to
cb4592c
Compare
d609144 to
6fe626d
Compare
Uh oh!
There was an error while loading. Please reload this page.