-
Notifications
You must be signed in to change notification settings - Fork 1
WIP: Add FairRoot envs part 2 #3
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
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3 +/- ##
============================================
- Coverage 100.00% 85.40% -14.60%
============================================
Files 7 8 +1
Lines 140 185 +45
Branches 6 11 +5
============================================
+ Hits 140 158 +18
- Misses 0 25 +25
- Partials 0 2 +2
|
|
This pull request introduces 4 alerts when merging 1307549 into 5980da9 - view on LGTM.com new alerts:
|
|
This pull request introduces 4 alerts when merging 00bbcc2 into 5980da9 - view on LGTM.com new alerts:
|
| except ImportError: | ||
| import asyncio |
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.
Maybe add a
run = Nonehere
and later replace
- if sys.version_info < (3, 7, 0):
+ if run is None:
No description provided.