-
Notifications
You must be signed in to change notification settings - Fork 15
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
Deal with build group changes #243
Conversation
Codecov Report
@@ Coverage Diff @@
## master #243 +/- ##
==========================================
+ Coverage 82.34% 82.55% +0.21%
==========================================
Files 41 41
Lines 3341 3354 +13
==========================================
+ Hits 2751 2769 +18
+ Misses 590 585 -5
Continue to review full report at Codecov.
|
The function has no test, I need to add one |
Also make the argument order consistent between functions - it should always be (collection, repo_id, sack).
Query for build group using create_event of given repo.
4f22daf
to
c2bd799
Compare
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.
Everything looks good, tests pass.
Fixes #242