-
Notifications
You must be signed in to change notification settings - Fork 44.5k
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
Run the integration tests in the CI pipeline BUT without API keys #3359
Run the integration tests in the CI pipeline BUT without API keys #3359
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
This PR exceeds the recommended size of 200 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #3359 +/- ##
==========================================
+ Coverage 51.05% 51.22% +0.16%
==========================================
Files 65 65
Lines 2973 2975 +2
Branches 502 434 -68
==========================================
+ Hits 1518 1524 +6
+ Misses 1333 1331 -2
+ Partials 122 120 -2 ☔ View full report in Codecov by Sentry. |
485a035
to
73ad8c3
Compare
This PR exceeds the recommended size of 200 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size |
73ad8c3
to
66a6aaa
Compare
This PR exceeds the recommended size of 200 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size |
66a6aaa
to
e3880e3
Compare
This PR exceeds the recommended size of 200 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size |
e3880e3
to
05917cc
Compare
This PR exceeds the recommended size of 200 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size |
05917cc
to
d58c4f9
Compare
This PR exceeds the recommended size of 200 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size |
Co-authored-by: Reinier van der Leer <[email protected]>
This PR exceeds the recommended size of 200 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size |
This PR exceeds the recommended size of 200 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size |
Background
We need to run the integration tests in the CI pipeline BUT without API keys.
These integration tests are not only just testing that the code works, they also test Auto-GPT remains capable.
Changes
Added VCR to integration tests.
Documentation
Test Plan
PR Quality Checklist