[Bugfix:Submission] Fix non-VCS repo error#12608
[Bugfix:Submission] Fix non-VCS repo error#12608RishikaBothra wants to merge 10 commits intoSubmitty:mainfrom
Conversation
…heck and improve user guidance
|
Hey @RishikaBothra, thank you for your contribution! Please update your PR title to use our required format Please also use our PR description template: Also, ensure tests are passing in CI. Once this pull request adheres to all Submitty conventions, we will proceed with a full review. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #12608 +/- ##
=========================================
Coverage 21.65% 21.65%
Complexity 9654 9654
=========================================
Files 268 268
Lines 36240 36240
Branches 487 487
=========================================
Hits 7846 7846
Misses 27911 27911
Partials 483 483
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Hi @IDzyre . I did the change in the name of the PR as u suggest and also corrected the CI test case error. |
|
Hi @IDzyre . Fixed the new issues which came in CI test |
Why is this Change Important & Necessary?
Closes #12579
This change is important because, in team gradeables even when the assignment doesn't say to submit it as Git/VCS repo it states the error message ->Your repo doesn't exist contact your instructor... .This message should only appear for VCS assignments. Not for Non-VCS(file) assignment
What is the New Behavior?
Before => There was error in team gradeables that repo doesn't exist even if the assignment was Non-VCS

After=> Now it first checks if the assignment is of GIT/VCS if yes then only shows that error if not then it does not shows that error.

What steps should a reviewer take to reproduce or test the bug or new feature?
Automated Testing & Documentation
A Cypress test at:
site/cypress/e2e/Cypress-Gradeable/team_repository_message.spec.js
Other information