CI: Add an integration test that runs the entire backporter script#30
Open
DilumAluthge wants to merge 2 commits into
Open
CI: Add an integration test that runs the entire backporter script#30DilumAluthge wants to merge 2 commits into
DilumAluthge wants to merge 2 commits into
Conversation
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #30 +/- ##
=========================================
Coverage ? 24.15%
=========================================
Files ? 7
Lines ? 832
Branches ? 0
=========================================
Hits ? 201
Misses ? 631
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
DilumAluthge
marked this pull request as ready for review
January 28, 2026 03:31
DilumAluthge
force-pushed
the
dpa/integration-test-ci
branch
from
February 2, 2026 03:57
77d486b to
e6c41a7
Compare
DilumAluthge
force-pushed
the
dpa/integration-test-ci
branch
from
February 2, 2026 04:02
e6c41a7 to
fb04c4b
Compare
Contributor
Author
|
@IanButterworth What do you think of this one? It might be a nice way to catch breakages in PRs. |
Contributor
Author
|
Oh, we would need to decide whether we want to:
|
DilumAluthge
commented
Mar 10, 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.
Obviously it's better to have unit tests whenever possible, but at least this integration test can serve as a basic sanity check that a PR won't break the script.