-
Notifications
You must be signed in to change notification settings - Fork 137
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
Add file based agent transport #763
Conversation
20887ff
to
6408db2
Compare
Codecov Report
@@ Coverage Diff @@
## main #763 +/- ##
==========================================
- Coverage 51.70% 50.96% -0.74%
==========================================
Files 32 33 +1
Lines 1441 1456 +15
==========================================
- Hits 745 742 -3
- Misses 655 670 +15
- Partials 41 44 +3
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
b3d16cd
to
97831a6
Compare
97831a6
to
0d534d1
Compare
0d534d1
to
61fd22d
Compare
61fd22d
to
eb2a3a2
Compare
3eb230f
to
15d843c
Compare
The previous iteration scanned a directory. However, because the Given the purpose of this addition is to enable easy e2e testing, I've reduced the implementation to something similar to a suggestion by @jacobweinstock that executes a single file. |
Signed-off-by: Chris Doherty <[email protected]>
15d843c
to
aaed2e6
Compare
@Mergifyio queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 8ccefc1 |
This change adds a file based transport that will execute a single workflow. It is useful for testing the agent e2e.