-
Notifications
You must be signed in to change notification settings - Fork 162
Improved all Examples by adding reports #968
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #968 +/- ##
==========================================
+ Coverage 80.63% 80.66% +0.03%
==========================================
Files 128 128
Lines 38116 38127 +11
==========================================
+ Hits 30734 30756 +22
+ Misses 7382 7371 -11 |
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.
@maxcapodi78 Some files in the IronPython package are modified. They should not. It might come from black tool when pre-commit is performed. I thought those files were excluded. I will double check.
@maxcapodi78 I doubled check and the python files located under third-party are not affected by the pre-commit . We should not have any issue with that in the future. Here it might be due to our black formatting tool version conflict that we fixed couple days ago. |
No description provided.