• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

nlohmann / json / 3674
100%
develop: 99%

Build:
Build:
LAST BUILD BRANCH: fix/meson-install-cmake-config-3885
DEFAULT BRANCH: develop
Ran 07 Oct 2019 07:40PM UTC
Jobs 1
Files 34
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
3674

Pull #1779

travis-ci

web-flow
test/CMakeLists.txt: Use an explicit list instead of GLOB

Using GLOB is slow and considered bad practice.

From https://cmake.org/cmake/help/latest/command/file.html:

> We do not recommend using GLOB to collect a list of source files from
> your source tree. If no CMakeLists.txt file changes when a source is
> added or removed then the generated build system cannot know when to ask
> CMake to regenerate. The CONFIGURE_DEPENDS flag may not work reliably on
> all generators, or if a new generator is added in the future that cannot
> support it, projects using it will be stuck. Even if CONFIGURE_DEPENDS
> works reliably, there is still a cost to perform the check on every
> rebuild.
Pull Request #1779: test/CMakeLists.txt: Use an explicit list instead of GLOB

4177 of 4177 relevant lines covered (100.0%)

13229063.4 hits per line

Jobs
ID Job ID Ran Files Coverage
6 3674.6 (COMPILER=g++-4.9 CMAKE_OPTIONS=-DJSON_Coverage=ON MULTIPLE_HEADERS=ON) 07 Oct 2019 07:40PM UTC 0
100.0
Travis Job 3674.6
Source Files on build 3674
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3674
  • Pull Request #1779
  • PR Base - develop (#3673)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc