-
Notifications
You must be signed in to change notification settings - Fork 10
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
Move fetch_commit_yaml_and_possibly_store
to services.repository
#604
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #604 +/- ##
==========================================
+ Coverage 97.57% 97.59% +0.01%
==========================================
Files 431 431
Lines 36093 36073 -20
==========================================
- Hits 35219 35205 -14
+ Misses 874 868 -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 #604 +/- ##
==========================================
+ Coverage 97.57% 97.59% +0.01%
==========================================
Files 431 431
Lines 36093 36073 -20
==========================================
- Hits 35219 35205 -14
+ Misses 874 868 -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 #604 +/- ##
==========================================
+ Coverage 97.57% 97.59% +0.01%
==========================================
Files 431 431
Lines 36093 36073 -20
==========================================
- Hits 35219 35205 -14
+ Misses 874 868 -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 Additional details and impacted files@@ Coverage Diff @@
## main #604 +/- ##
==========================================
+ Coverage 97.61% 97.63% +0.01%
==========================================
Files 466 466
Lines 37299 37279 -20
==========================================
- Hits 36411 36397 -14
+ Misses 888 882 -6
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes
|
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
This function was copy-pasted across two different classes although it was not depending on any
self
class members.The function is deduplicated and moved to a different place, along with its tests.
This PR was extracted from #592, as its a simple standalone change.