-
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
Allow creation of local conan package #154
base: master
Are you sure you want to change the base?
Conversation
@@ -39,7 +41,7 @@ | |||
return xmax; | |||
} | |||
|
|||
int min(vector<int> data) | |||
int min(const vector<int> &data) |
Check notice
Code scanning / CodeQL
Unused static function Note
int max(vector<int> data) | ||
namespace | ||
{ | ||
int max(const vector<int> &data) |
Check notice
Code scanning / CodeQL
Unused static function Note
…asler/BSMPT into feature/create-conan-package
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #154 +/- ##
===========================================
- Coverage 83.34% 29.14% -54.20%
===========================================
Files 54 55 +1
Lines 18770 18771 +1
Branches 1847 1881 +34
===========================================
- Hits 15644 5471 -10173
- Misses 3126 13300 +10174
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
No description provided.