-
Notifications
You must be signed in to change notification settings - Fork 9
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
Correcting condition to read team configuration file. #160
Conversation
Signed-off-by: Chinmay Das <[email protected]>
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.
LGTM! 😋
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #160 +/- ##
=======================================
Coverage 93.17% 93.17%
=======================================
Files 73 73
Lines 718 718
Branches 55 54 -1
=======================================
Hits 669 669
Misses 49 49 ☔ View full report in Codecov by Sentry. |
Hey @chinmdas, |
Signed-off-by: Chinmay Das <[email protected]>
Thanks @zFernand0 , |
Signed-off-by: Chinmay Das <[email protected]>
Hi @JillieBeanSim , Can I get your review on this? |
My apologies for the delay. |
Will publish this with: |
This is a partial fix for #33 |
What It Does
It does a correct condition checking on whether or not Team Configuration File exists.
How to Test
Review Checklist
I certify that I have:
Additional Comments