From c5bdc63e504516d6f0df2e3113256a588f5f417f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 15 Feb 2018 15:20:28 +0100 Subject: [PATCH] doc: we use codecov now. --- doc/changelog.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index 73c7ce5e7..ebb337961 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -399,8 +399,8 @@ See also: - Continuous testing for Linux, macOS, Windows MSVC, Windows MinGW, Windows RT, iOS, Android and Emscripten on [Travis CI](https://travis-ci.org/mosra/magnum) and [AppVeyor CI](https://ci.appveyor.com/project/mosra/magnum), with code - coverage on [coveralls.io](https://coveralls.io/github/mosra/magnum); - replacing the unmaintained and outdated Jenkins configuration + coverage on [codecov.io](https://codecov.io/gh/mosra/magnum); replacing the + unmaintained and outdated Jenkins configuration - Support for CMake subprojects. You can now clone Magnum into a subdirectory in your project and add it using @cmake add_subdirectory() @ce. The @cmake find_package() @ce command will then use the CMake subproject