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

Inform users that challenges can be flaky #4616

Conversation

waynehamadi
Copy link
Contributor

@waynehamadi waynehamadi commented Jun 7, 2023

Background

Users can spend time fixing a challenge that might just be flaky, we're just going to ask them to reach out to us if they have an issue with one.

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 autogpt tests --in-place

@vercel
Copy link

vercel bot commented Jun 7, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
docs ⬜️ Ignored (Inspect) Jun 8, 2023 1:03pm

@github-actions github-actions bot added the size/s label Jun 7, 2023
@waynehamadi
Copy link
Contributor Author

Screenshot 2023-06-07 at 10 38 33 AM

@codecov
Copy link

codecov bot commented Jun 7, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (f4505ad) 69.67% compared to head (8f6719a) 69.67%.

❗ Current head 8f6719a differs from pull request most recent head 26bf5d9. Consider uploading reports for the commit 26bf5d9 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4616   +/-   ##
=======================================
  Coverage   69.67%   69.67%           
=======================================
  Files          72       72           
  Lines        3558     3558           
  Branches      569      569           
=======================================
  Hits         2479     2479           
  Misses        890      890           
  Partials      189      189           

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

@waynehamadi waynehamadi force-pushed the inform-users-challenges-are-flaky branch 2 times, most recently from 24d87ea to 8e96e3a Compare June 7, 2023 18:16
@waynehamadi waynehamadi merged commit bd2e26a into Significant-Gravitas:master Jun 9, 2023
11 checks passed
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.

None yet

4 participants