Skip to content
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

Change workspace location #5048

Merged

Conversation

waynehamadi
Copy link
Contributor

@waynehamadi waynehamadi commented Jul 24, 2023

Background

Changes

Documentation

Test Plan

PR Quality Checklist

  • My pull request is atomic and focuses on a single change.
  • I have thoroughly tested my changes with multiple different prompts.
  • I have considered potential risks and mitigations for my changes.
  • I have documented my changes clearly and comprehensively.
  • I have not snuck in any "extra" small tweaks changes.
  • I have run the following commands against my code to ensure it passes our linters:
    black .
    isort .
    mypy
    autoflake --remove-all-unused-imports --recursive --ignore-init-module-imports --ignore-pass-after-docstring autogpt tests --in-place

@netlify
Copy link

netlify bot commented Jul 24, 2023

Deploy Preview for auto-gpt-docs failed.

Name Link
🔨 Latest commit d1e5ab0
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/64bea3bdcdd93a00081b37c6

@codecov
Copy link

codecov bot commented Jul 24, 2023

Codecov Report

Patch coverage: 5.88% and project coverage change: +0.22 🎉

Comparison is base (4ada7d1) 51.00% compared to head (d1e5ab0) 51.23%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5048      +/-   ##
==========================================
+ Coverage   51.00%   51.23%   +0.22%     
==========================================
  Files         119      116       -3     
  Lines        4968     4944      -24     
  Branches      662      664       +2     
==========================================
- Hits         2534     2533       -1     
+ Misses       2239     2216      -23     
  Partials      195      195              
Impacted Files Coverage Δ
autogpt/app/main.py 39.74% <0.00%> (ø)
autogpt/core/runner/cli_web_app/cli.py 0.00% <0.00%> (ø)
autogpt/core/runner/cli_web_app/server/api.py 0.00% <0.00%> (ø)
autogpt/agents/agent.py 49.60% <100.00%> (-0.40%) ⬇️
autogpt/workspace/workspace.py 92.59% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Swiftyos Swiftyos merged commit bf8f586 into Significant-Gravitas:master Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants