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

PX4 / Matrix / 1045
100%

Build:
DEFAULT BRANCH: master
Ran 24 Aug 2020 12:21PM UTC
Jobs 1
Files 21
Run time 1s
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
1045

push

travis-ci

web-flow
Matrix: fix warning if M == N (#146)

This fixes the warning appearing with GCC 10.2:

../../src/lib/matrix/matrix/Matrix.hpp:481:34: error: logical ‘and’ of equal expressions [-Werror=logical-op]
  481 |         for (size_t i = 0; i < M && i < N; i++) {
      |

I would prefered something with if constexpr but we don't have that yet
in because we're using C++14.

1543 of 1543 relevant lines covered (100.0%)

91166.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1045.1 (export= COVERALLS_SERVICE_NAME=travis-ci COVERALLS_REPO_TOKEN=[secure] CMAKE_BUILD_TYPE=Coverage FORMAT=ON) 24 Aug 2020 12:21PM UTC 0
100.0
Travis Job 1045.1
Source Files on build 1045
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1045
  • e101edc0 on github
  • Prev Build on master (#1042)
  • Next Build on master (#1048)
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