We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, GitHub workflow runs Dv2 or DSv2 instances (https://docs.microsoft.com/en-us/azure/virtual-machines/dv2-dsv2-series). We may have more careful use of LCOV_EXCL_LINE (http://ltp.sourceforge.net/coverage/lcov/geninfo.1.php), but its use seems limited when we anyway hit a function, but a branch inside of the function is taken depending on the runtime architecture information (as in Memory.hpp).
LCOV_EXCL_LINE
Memory.hpp
Related discussion can be found actions/runner#1069.
The text was updated successfully, but these errors were encountered:
Closed by #340. We may revisit this issue when the problem appears again, or we have dedicated coverage runners for AVX2/512 architectures.
Sorry, something went wrong.
No branches or pull requests
Currently, GitHub workflow runs Dv2 or DSv2 instances (https://docs.microsoft.com/en-us/azure/virtual-machines/dv2-dsv2-series). We may have more careful use of
LCOV_EXCL_LINE
(http://ltp.sourceforge.net/coverage/lcov/geninfo.1.php), but its use seems limited when we anyway hit a function, but a branch inside of the function is taken depending on the runtime architecture information (as inMemory.hpp
).Related discussion can be found actions/runner#1069.
The text was updated successfully, but these errors were encountered: