-
Notifications
You must be signed in to change notification settings - Fork 8
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
Remove ProjectBusy endpoint #1446
Remove ProjectBusy endpoint #1446
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #1446 +/- ##
==========================================
- Coverage 89.42% 89.39% -0.04%
==========================================
Files 29 29
Lines 4314 4298 -16
==========================================
- Hits 3858 3842 -16
Misses 456 456
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Tested by checking out v2.1.0 and trying an upload, resulting in error message as intended.
Before submitting this PR
What type of change(s) does the PR contain?
Checklist
master
branchActions / Scans
Run
black .
locally to execute formatting.Run
npx prettier --write .
locally to execute formatting.