upload file to workspace with button
partially address https://github.com/OpenDevin/OpenDevin/issues/1379 (upload-only with button)
starting point to add drag and drop
https://github.com/OpenDevin/OpenDevin/assets/99132608/16a040bd-6e11-4a34-b488-df3723499b8e
@TemryL oh there's some additionaly pylint issue need to be fixed: https://github.com/OpenDevin/OpenDevin/actions/runs/8860701929/job/24349032673?pr=1394
hey @xingyaoww ! how can I run the actions locally to debug?
@TemryL You check this doc: https://github.com/OpenDevin/OpenDevin/blob/main/Development.md
Once you run make build, i think the pre-commit hooks will be installed for you!
Codecov Report
Attention: Patch coverage is 0% with 14 lines in your changes are missing coverage. Please review.
:exclamation: No coverage uploaded for pull request base (
main@c503191). Click here to learn what that means.
| Files | Patch % | Lines |
|---|---|---|
| opendevin/server/listen.py | 0.00% | 14 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## main #1394 +/- ##
=======================================
Coverage ? 60.38%
=======================================
Files ? 84
Lines ? 3622
Branches ? 0
=======================================
Hits ? 2187
Misses ? 1435
Partials ? 0
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@TemryL Just merged! Thank you for your contribution!
Thanks!