-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use devel version of covr, fix option
Because this package uses C++11 covr needs to set a compiler flags to turn on coverage. Prior to R-3.4 this option was called CXX1XFLAGS, however from R-3.4 and on it is called CXX11FLAGS. The CRAN version of covr only sets CXX1XFLAGS, so C++11 code doesn't get the `--coverage` flag to turn on coverage tracking, which is why you were not getting code coverage results.
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters