platisd / indoor-navigation-system

[WIP] An indoor navigation system to guide users towards their colleagues' desks
Apache License 2.0
15 stars 13 forks source link

Define path to coverage report #43

Closed platisd closed 6 years ago

platisd commented 6 years ago

Force codecov to read the specific code coverage report which we have already generated so to enforce the ignored filepaths list. Alternatively, which is actually the suggested way of doing this, one should create a .codecov.yml file as described here. However, since we probably don't want to completely rely on codecov.io services to generate our reports AND we do not want to keep duplicate ignore path lists (i.e. one in the run_coverage.sh script and one in .codecov.yml) we explicitely instruct codecov which coverage report it should use, instead of freely roaming over our project's files and generating reports for files we don't care.

Fixes #42

codecov-io commented 6 years ago

Codecov Report

Merging #43 into dev will increase coverage by 6.6%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              dev      #43     +/-   ##
=========================================
+ Coverage   29.95%   36.55%   +6.6%     
=========================================
  Files          33        8     -25     
  Lines        1963      331   -1632     
  Branches      193        0    -193     
=========================================
- Hits          588      121    -467     
+ Misses       1344      210   -1134     
+ Partials       31        0     -31
Impacted Files Coverage Δ
...rver/include/external/spdlog/fmt/bundled/format.cc
server/include/external/spdlog/sinks/base_sink.h
server/include/external/spdlog/common.h
...r/include/external/spdlog/details/mpmc_bounded_q.h
server/include/external/spdlog/logger.h
...erver/include/external/spdlog/sinks/stdout_sinks.h
server/include/external/spdlog/sinks/sink.h
...e/external/spdlog/details/pattern_formatter_impl.h
ins-node/test/ins_mock/LowPowerMock.h
ins-node/test/ut/wifi_module_test.cc
... and 15 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 249e017...ba6553d. Read the comment docs.