randomcolour / randomcolourr

An R package generating random colour examples across R functionality.
1 stars 0 forks source link

Deliberate non-coverage branch test #29

Closed mattmalin closed 5 years ago

mattmalin commented 5 years ago

NOT TO ACTUALLY MERGE

Temporary branch with unused section of a function so that code coverage of test cases could never reach 100% - want to demonstrate that <100% code coverage is reported.

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff            @@
##             master     #29   +/-   ##
========================================
  Coverage          ?   87.5%           
========================================
  Files             ?       1           
  Lines             ?       8           
  Branches          ?       0           
========================================
  Hits              ?       7           
  Misses            ?       1           
  Partials          ?       0

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 44c8b72...709f047. Read the comment docs.

mattmalin commented 5 years ago

Existed only for some testing purposes to ensure a failure always comes through in pull requests from appveyor where it should.

mattmalin commented 5 years ago

Closing, as test branch has served purpose of demonstrating <100% code coverage in reports.