[Bugfix:Developer] Fix CI Status in README#12634
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #12634 +/- ##
=========================================
Coverage 21.66% 21.66%
Complexity 9639 9639
=========================================
Files 268 268
Lines 36226 36226
Branches 487 487
=========================================
Hits 7847 7847
Misses 27896 27896
Partials 483 483
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
GarvitKhandelwal31
pushed a commit
to GarvitKhandelwal31/Submitty
that referenced
this pull request
Mar 25, 2026
### Why is this Change Important & Necessary? The `README.md` file for the Submitty repository includes a status indicator for CI. I noticed that the status consistently is `no status`. <img width="896" height="166" alt="image" src="https://github.com/user-attachments/assets/1ba43986-8e7b-43ad-bbd0-d592a5f159a5" /> ### What is the New Behavior? Changed this line to look for `ci.yml` instead of `submitty_ci.yml`: ``` [](https://github.com/Submitty/Submitty/actions/workflows/ci.yml) ``` Now, the status of CI is `passing`: <img width="896" height="166" alt="image" src="https://github.com/user-attachments/assets/d5add559-4200-4360-ba72-f0c09b893e79" /> ### What steps should a reviewer take to reproduce or test the bug or new feature? To replicate, I made a fork of the Submitty repository, and observed the `no status` status. I then changed the `README.md` to look for `ci.yml` instead of `submitty_ci.yml`, and the status became `passing`. ### Automated Testing & Documentation N / A ### Other information N / A
GarvitKhandelwal31
pushed a commit
to GarvitKhandelwal31/Submitty
that referenced
this pull request
Mar 29, 2026
### Why is this Change Important & Necessary? The `README.md` file for the Submitty repository includes a status indicator for CI. I noticed that the status consistently is `no status`. <img width="896" height="166" alt="image" src="https://github.com/user-attachments/assets/1ba43986-8e7b-43ad-bbd0-d592a5f159a5" /> ### What is the New Behavior? Changed this line to look for `ci.yml` instead of `submitty_ci.yml`: ``` [](https://github.com/Submitty/Submitty/actions/workflows/ci.yml) ``` Now, the status of CI is `passing`: <img width="896" height="166" alt="image" src="https://github.com/user-attachments/assets/d5add559-4200-4360-ba72-f0c09b893e79" /> ### What steps should a reviewer take to reproduce or test the bug or new feature? To replicate, I made a fork of the Submitty repository, and observed the `no status` status. I then changed the `README.md` to look for `ci.yml` instead of `submitty_ci.yml`, and the status became `passing`. ### Automated Testing & Documentation N / A ### Other information N / A
GarvitKhandelwal31
pushed a commit
to GarvitKhandelwal31/Submitty
that referenced
this pull request
Apr 14, 2026
### Why is this Change Important & Necessary? The `README.md` file for the Submitty repository includes a status indicator for CI. I noticed that the status consistently is `no status`. <img width="896" height="166" alt="image" src="https://github.com/user-attachments/assets/1ba43986-8e7b-43ad-bbd0-d592a5f159a5" /> ### What is the New Behavior? Changed this line to look for `ci.yml` instead of `submitty_ci.yml`: ``` [](https://github.com/Submitty/Submitty/actions/workflows/ci.yml) ``` Now, the status of CI is `passing`: <img width="896" height="166" alt="image" src="https://github.com/user-attachments/assets/d5add559-4200-4360-ba72-f0c09b893e79" /> ### What steps should a reviewer take to reproduce or test the bug or new feature? To replicate, I made a fork of the Submitty repository, and observed the `no status` status. I then changed the `README.md` to look for `ci.yml` instead of `submitty_ci.yml`, and the status became `passing`. ### Automated Testing & Documentation N / A ### Other information N / A
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why is this Change Important & Necessary?
The

README.mdfile for the Submitty repository includes a status indicator for CI. I noticed that the status consistently isno status.What is the New Behavior?
Changed this line to look for
ci.ymlinstead ofsubmitty_ci.yml:Now, the status of CI is

passing:What steps should a reviewer take to reproduce or test the bug or new feature?
To replicate, I made a fork of the Submitty repository, and observed the
no statusstatus. I then changed theREADME.mdto look forci.ymlinstead ofsubmitty_ci.yml, and the status becamepassing.Automated Testing & Documentation
N / A
Other information
N / A