Skip to content

[WIP] mock core submission route - #1515

Draft
tsmathis wants to merge 3 commits into
mainfrom
core-contributors
Draft

[WIP] mock core submission route#1515
tsmathis wants to merge 3 commits into
mainfrom
core-contributors

Conversation

@tsmathis

@tsmathis tsmathis commented Sep 3, 2026

Copy link
Copy Markdown
Collaborator

basically just a stub at the moment to use for mocking behavior

@codecov-commenter

codecov-commenter commented Sep 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.11%. Comparing base (16fc484) to head (23daf4c).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1515   +/-   ##
=======================================
  Coverage   73.11%   73.11%           
=======================================
  Files         152      152           
  Lines       13135    13135           
=======================================
  Hits         9603     9603           
  Misses       3532     3532           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

expires_at: DateTimeType
uploads: list[UploadURLs]
completed_object_ids: list[str]
comleted_objects: list[Object]

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo should be completed_objects

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch, thanks.

GROUP_HEADER_NAME = "x-authenticated-groups"


class ContributerState(str, Enum):

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be contributor throughout - I had to check that one

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess I should actually be spellchecking what I type 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants