Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #128 +/- ##
==========================================
+ Coverage 96.43% 97.08% +0.64%
==========================================
Files 28 30 +2
Lines 1264 1546 +282
==========================================
+ Hits 1219 1501 +282
Misses 45 45
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
@copilot Add test cases for lines not covered by pytest. Check the Codecov Report for details. |
|
@copilot Add test cases for lines not covered by pytest. Check the Codecov Report for details. |
Agent-Logs-Url: https://github.com/microsoft/microbots/sessions/9a80811f-626c-49f6-8ef8-a764f2f692da Co-authored-by: 0xba1a <2942888+0xba1a@users.noreply.github.com>
Added test cases for all previously uncovered lines in commit
|
@copilot Test coverage is not 100%. 14 lines from 2 files are missed. Check the CodeCov report and add new or update existing test cases to cover those missing lines |
…ntation to use CopilotBot
|
@0xba1a Unfortunately I hit an unexpected error while processing your comment. I've automatically reported this to GitHub. You can ask me to try again later by mentioning me in a new comment. If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: Sorry for the inconvenience! |
3 similar comments
|
@0xba1a Unfortunately I hit an unexpected error while processing your comment. I've automatically reported this to GitHub. You can ask me to try again later by mentioning me in a new comment. If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: Sorry for the inconvenience! |
|
@0xba1a Unfortunately I hit an unexpected error while processing your comment. I've automatically reported this to GitHub. You can ask me to try again later by mentioning me in a new comment. If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: Sorry for the inconvenience! |
|
@0xba1a Unfortunately I hit an unexpected error while processing your comment. I've automatically reported this to GitHub. You can ask me to try again later by mentioning me in a new comment. If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: Sorry for the inconvenience! |
|
@0xba1a Unfortunately I hit an unexpected error while processing your comment. I've automatically reported this to GitHub. You can ask me to try again later by mentioning me in a new comment. If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: Sorry for the inconvenience! |
Agent-Logs-Url: https://github.com/microsoft/microbots/sessions/feb7ae20-c185-4fed-8144-4f5a68ab122b Co-authored-by: 0xba1a <2942888+0xba1a@users.noreply.github.com>
Added 44 new unit tests in commit
The 8 lines from |
…r.py" This reverts commit b1b2cfd.
| @@ -0,0 +1,716 @@ | |||
| """ | |||
There was a problem hiding this comment.
CopilotBot does not inheriting from Microbot
which makes sense. But do we need have Abstract BaseClass for CopilotBot and Microbot something called BaseBot.
No description provided.