-
Notifications
You must be signed in to change notification settings - Fork 185
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
Support building directly from git #1344
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #1344 +/- ##
==========================================
+ Coverage 28.93% 29.20% +0.27%
==========================================
Files 45 47 +2
Lines 17065 17216 +151
==========================================
+ Hits 4937 5028 +91
- Misses 12128 12188 +60
☔ View full report in Codecov by Sentry. |
@@ -49,6 +49,7 @@ | |||
from . import conf | |||
from . import meter | |||
from . import oscerr | |||
from . import store as osc_store |
Check notice
Code scanning / CodeQL
Cyclic import Note
osc.store
def tearDown(self): | ||
try: | ||
shutil.rmtree(self.tmpdir) | ||
except OSError: |
Check notice
Code scanning / CodeQL
Empty except Note test
…r than usual obs scm
… from the current branch
The new code integrates nicely, no massive hacks in the existing code. |
Fixes: #1343