-
-
Notifications
You must be signed in to change notification settings - Fork 22
ci: introduce integration test on GitHub Actions #355
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
Merged
Merged
+48
−2
Conversation
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
85f648b
to
3f42ad0
Compare
This comment has been minimized.
This comment has been minimized.
3f42ad0
to
3968801
Compare
This comment has been minimized.
This comment has been minimized.
3968801
to
3a8930e
Compare
This comment has been minimized.
This comment has been minimized.
3a8930e
to
38eaf88
Compare
This comment has been minimized.
This comment has been minimized.
38eaf88
to
0d769af
Compare
This comment has been minimized.
This comment has been minimized.
0d769af
to
980060d
Compare
This comment has been minimized.
This comment has been minimized.
980060d
to
92fc0ac
Compare
This comment has been minimized.
This comment has been minimized.
92fc0ac
to
1215818
Compare
This comment has been minimized.
This comment has been minimized.
1215818
to
47aa628
Compare
This comment has been minimized.
This comment has been minimized.
47aa628
to
890fd27
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
a657d81
to
ce69977
Compare
This comment has been minimized.
This comment has been minimized.
ce69977
to
adcc9c9
Compare
This comment has been minimized.
This comment has been minimized.
adcc9c9
to
88e473d
Compare
This comment has been minimized.
This comment has been minimized.
88e473d
to
5ee3775
Compare
This comment has been minimized.
This comment has been minimized.
5ee3775
to
cfbd143
Compare
This comment has been minimized.
This comment has been minimized.
cfbd143
to
0c1f643
Compare
Code Metrics Report
Details | | main (b9a2be8) | #355 (456069f) | +/- |
|---------------------|----------------|----------------|------|
| Coverage | 31.7% | 31.7% | 0.0% |
| Files | 26 | 26 | 0 |
| Lines | 3063 | 3063 | 0 |
| Covered | 972 | 972 | 0 |
+ | Code to Test Ratio | 1:0.8 | 1:0.8 | +0.0 |
| Code | 6289 | 6289 | 0 |
+ | Test | 5476 | 5481 | +5 |
- | Test Execution Time | 9s | 11s | +2s | Reported by octocov |
k1LoW
approved these changes
Aug 15, 2025
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.
It's amazing.
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.
This PR enables integration tests to run on GitHub Actions using the service account functionality (#359) and folder ID specification feature (#354).
Workflow Execution Strategy
To avoid duplicate executions, manage costs, and address security concerns, the integration tests will run via:
Implementation Details
Authentication:
Infrastructure Setup (Complete)
I've provisioned the following resources in my personal Google Workspace:
Testing
The workflow has been tested and is ready for use. We can manually trigger it via the Actions tab or add the "integration-test" label to any PR to run the tests.