IFL-CAMP / simple

S.I.M.P.L.E. - Smart Intuitive Messaging Platform with Less Effort. A Cross-Platform C++ Library to Exchange Data Across Network.
Mozilla Public License 2.0
22 stars 5 forks source link

Feature/azure pipelines #60

Closed SalvoVirga closed 5 years ago

SalvoVirga commented 5 years ago

Moved to Azure Pipelines for the CI, way faster and every OS in one service.

Reopened after removing the integration with Travis CI.

codecov[bot] commented 5 years ago

Codecov Report

Merging #60 into master will decrease coverage by 0.29%. The diff coverage is n/a.

@@            Coverage Diff            @@
##           master      #60     +/-   ##
=========================================
- Coverage   99.82%   99.52%   -0.3%     
=========================================
  Files          64       40     -24     
  Lines        4513     1485   -3028     
=========================================
- Hits         4505     1478   -3027     
+ Misses          8        7      -1
Impacted Files Coverage Δ
tests/test_point.cpp
include/simple/subscriber.hpp
tests/test_transform.cpp
msgs/src/pose.cpp
tests/include/test_utilities.hpp
tests/test_rotation_matrix_stamped.cpp
include/simple/context_manager.hpp
msgs/include/simple_msgs/point.h
tests/test_pub_sub.cpp
include/simple/client.hpp
... and 94 more
SalvoVirga commented 5 years ago

I don't manage to make the code coverage report work properly with azure pipeline... I would stick with Travis-CI for the moment