Skip to content
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

Draft
wants to merge 75 commits into
base: master
Choose a base branch
from

Conversation

phbasler
Copy link
Owner

No description provided.

@@ -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

Static function min is unreachable
int max(vector<int> data)
namespace
{
int max(const vector<int> &data)

Check notice

Code scanning / CodeQL

Unused static function Note

Static function max is unreachable
@phbasler phbasler linked an issue Jul 17, 2024 that may be closed by this pull request
Setup.py Fixed Show fixed Hide fixed
conanfile.py Fixed Show fixed Hide fixed
conanfile.py Fixed Show fixed Hide fixed
conanfile.py Fixed Show fixed Hide fixed
conanfile.py Fixed Show fixed Hide fixed
Copy link

codecov bot commented Jul 22, 2024

Codecov Report

Attention: Patch coverage is 3.84615% with 25 lines in your changes missing coverage. Please review.

Project coverage is 29.14%. Comparing base (2b49797) to head (c38bf0c).

Files Patch % Lines
src/utility/ModelIDs.cpp 0.00% 25 Missing ⚠️
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     
Flag Coverage Δ
unittests 29.14% <3.84%> (-54.20%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BSMPT can't be included through CMake by other packages
1 participant