Skip to content

Commit

Permalink
Update README including support for icc
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhester committed Jun 23, 2017
1 parent 15dae7e commit 45b85d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ Covr should be compatible with any testing package, it uses
`tools::testInstalledPackage()` to run your packages tests.

## Will covr work with alternative compilers such as ICC ##
Covr will _not_ work with `icc`, Intel's compiler as it does not have
[Gcov](https://gcc.gnu.org/onlinedocs/gcc/Gcov.html) compatible output.
Covr now supports Intel's `icc` compiler, thanks to work contributed by Qin
Wang at Oracle.

Covr is known to work with clang versions `3.5+` and gcc version `4.2+`.

Expand Down

0 comments on commit 45b85d6

Please sign in to comment.