Replace travis-ci - #2201
Merged
Merged
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
… run and create a CI and PR workflow.
Has no impact on results and they're executed in parallel, I just like this order better.
ni-jfitzger
marked this pull request as ready for review
August 22, 2026 20:25
ni-jfitzger
commented
Aug 23, 2026
Collaborator
Author
I renamed and split it. |
2 tasks
vnktshr21
reviewed
Aug 25, 2026
vnktshr21
approved these changes
Aug 25, 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.
[ ] I've updated CHANGELOG.md if applicable.[ ] I've added tests applicable for this pull requestWhat does this Pull Request accomplish?
Travis has stopped accepting our requests for builds.
GitHub 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.
It sets up a CI/PR workflow that will run on PRs and on merges to master.
All of the steps that were run by Travis-CI have been preserved but we now do things a bit more sensibly.
Files specific to Travis have been eliminated.
Travis references have been deleted.
The Travis Badge in the READMEs has been replaced.
This change is largely based on nidaqmx-python workflows.
List issues fixed by this Pull Request below, if any.
What testing has been done?
The new PR checks are running on this PR.