Replace travis-ci - #2201
Draft
ni-jfitzger wants to merge 5 commits into
Draft
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2201 +/- ##
==========================================
- Coverage 88.69% 88.51% -0.18%
==========================================
Files 59 82 +23
Lines 18722 21679 +2957
==========================================
+ Hits 16606 19190 +2584
- Misses 2116 2489 +373
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Collaborator
Author
|
TODO: Maybe this action shouldn't be named unit_tests.yml. It's doing more than just running unit tests. Maybe CI.yml. |
This was referenced Aug 21, 2026
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.
TODO: Check the above box with an 'x' indicating you've read and followed CONTRIBUTING.md.
TODO: Check the above box with an 'x' if considered if there were any and then documented client facing changes in CHANGELOG.md. Strike through if this is not a relevant client facing change.
TODO: Check the above box with an 'x' indicating you have considered and added any applicable system or unit tests. Strike through if you considered and decided additional tests were not warranted.
What does this Pull Request accomplish?
Travis has stopped accepting our requests for builds.
GitHubs Actions and workflows is something we're trying to standardize on for CI, anyway, and has the advantage of being free.
This restores our CI Checks by replacing Travis CI with a GitHub workflow.
List issues fixed by this Pull Request below, if any.
TODO: List of issues.
What testing has been done?
TODO: Detail what testing has been done to ensure this submission meets requirements.