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

mavlink / MAVSDK / 1304
19%
main: 48%

Build:
Build:
LAST BUILD BRANCH: pr-autopilot-cleanup
DEFAULT BRANCH: main
Ran 13 Mar 2018 08:59AM UTC
Jobs 1
Files 2364
Run time 2min
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
1304

push

travis-ci

shakthi-prashanth-m
Replace raw pointers => smart pointers (#314)

Smart pointers provide automatic resource management. In other words,
they implement "Resource Acquisition Is Initialialization programming idiom".
The main goal of this idiom is to ensure that resource acquisition occurs
at the same time that the object is initialized, so that all resources
for the object are created and made ready in one line of code.

`std::unique_ptr` is a smart pointer that owns and manages another object
through a pointer and disposes of that object when the unique_ptr goes out of scope.

Ref 1: https://docs.microsoft.com/en-us/cpp/cpp/smart-pointers-modern-cpp
Ref 2: http://en.cppreference.com/w/cpp/memory/unique_ptr

1 of 1 new or added line in 1 file covered. (100.0%)

1117 of 5922 relevant lines covered (18.86%)

11.16 hits per line

Jobs
ID Job ID Ran Files Coverage
3 1304.3 (MATRIX_EVAL="BUILD_TARGET=coverage_build && CC=gcc-6 && CXX=g++-6") 13 Mar 2018 08:59AM UTC 0
18.86
Travis Job 1304.3
Source Files on build 1304
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1304
  • 80416024 on github
  • Next Build on prefer-reference-over-ptr (#1306)
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

© 2025 Coveralls, Inc