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

Add code coverage #40

Closed platisd closed 6 years ago

platisd commented 6 years ago

Utilizing the free (for open source projects) services of codecov we can now see what is the current coverage provided by our unit tests over the entire project.

Fixes #35

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (dev@33fbae4). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##             dev      #40   +/-   ##
======================================
  Coverage       ?   29.95%           
======================================
  Files          ?       33           
  Lines          ?     1963           
  Branches       ?      193           
======================================
  Hits           ?      588           
  Misses         ?     1344           
  Partials       ?       31

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 33fbae4...d54d3be. Read the comment docs.

platisd commented 6 years ago

We can ignore the failing check since it tries to compare the current coverage against the base branch coverage which does not exist. Once this is merged then this check will start being applicable. :+1:

platisd commented 6 years ago

I notice that the codecov.io report includes files that should not be under code coverage. I will try to get these files ignored in a future pull request (hopefully tonight).