-
Notifications
You must be signed in to change notification settings - Fork 54
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
Improve robustness of target-info #405
Conversation
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.
Once the other MRs linked to #256 are fixed, the only thing left is to make the architecture
function an official OSPlugin function. We have an internal ticket for this. So this MR is good to go.
b3e4af0
to
d9da2f2
Compare
Codecov Report
@@ Coverage Diff @@
## main #405 +/- ##
==========================================
+ Coverage 73.77% 73.79% +0.02%
==========================================
Files 252 252
Lines 20194 20189 -5
==========================================
+ Hits 14898 14899 +1
+ Misses 5296 5290 -6
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This PR aims to improve the stability of target-info when used on targets without optional
_os.py
functions.