-
Notifications
You must be signed in to change notification settings - Fork 11
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. <
8000
a href="https://stage-app.codecov.dev/gh/codecov/worker/pull/683?src=pr&el=tree" rel="nofollow"> @@ Coverage Diff @@
## main #683 +/- ##
==========================================
+ Coverage 98.08% 98.09% +0.01%
==========================================
Files 434 432 -2
Lines 36743 36705 -38
==========================================
- Hits 36038 36006 -32
+ Misses 705 699 -6
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #683 +/- ##
==========================================
+ Coverage 98.08% 98.09% +0.01%
==========================================
Files 434 432 -2
Lines 36743 36705 -38
==========================================
- Hits 36038 36006 -32
+ Misses 705 699 -6
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #683 +/- ##
==========================================
+ Coverage 98.08% 98.09% +0.01%
==========================================
Files 434 432 -2
Lines 36743 36705 -38
==========================================
- Hits 36038 36006 -32
+ Misses 705 699 -6
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Changes have been made to critical files, which contain lines commonly executed in production. Learn more ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #683 +/- ##
==========================================
+ Coverage 98.12% 98.13% +0.01%
==========================================
Files 474 474
Lines 38069 38063 -6
==========================================
- Hits 37356 37354 -2
+ Misses 713 709 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 6 files with indirect coverage changes
|
""" | ||
Boolean. True if enterprise, False if not. | ||
A hash key of the repo for internal storage |
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.
is this comment in the wrong place?
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.
I guess its the weird way that python doc comments work, as they appear (inside, or) after the item they are documenting
No description provided.