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

R, C okay but C++14 not reported #369

Closed
jpritikin opened this issue Jun 8, 2019 · 1 comment
Closed

R, C okay but C++14 not reported #369

jpritikin opened this issue Jun 8, 2019 · 1 comment

Comments

@jpritikin
Copy link
Contributor

Do I need to do something special to interface covr with C++14? It's not instrumenting 'em. Travis Codecov

@jimhester
Copy link
Member

jimhester commented Jun 10, 2019

Yeah, add CXX14FLAGS = "-O0 --coverage" to the covr.flags` option. It currently only does it for C++11.

covr/R/zzz.R

Lines 10 to 13 in 3f158c6

covr.flags = c(CFLAGS = "-O0 --coverage",
CXXFLAGS = "-O0 --coverage",
CXX1XFLAGS = "-O0 --coverage",
CXX11FLAGS = "-O0 --coverage",

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

No branches or pull requests

2 participants