randomcolour / randomcolourr

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

AppVeyor and Codecov setup #24

Closed mattmalin closed 5 years ago

mattmalin commented 5 years ago

Pull request made for testing purposes - both CI on windows box (through appveyor) and also code coverage.

This closes #18, closes #19 closes #22 and closes #20

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    #24   +/-   ##
=======================================
  Coverage          ?   100%           
=======================================
  Files             ?      1           
  Lines             ?      6           
  Branches          ?      0           
=======================================
  Hits              ?      6           
  Misses            ?      0           
  Partials          ?      0
Impacted Files Coverage Δ
randomcolour/R/randomcolour.R 100% <ø> (ø)

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...b8306a4. Read the comment docs.

mattmalin commented 5 years ago

@jn8 ready for review! I decided to sort the setup for all of the build & test things together so have done both the other CI for the windows box builds/checks as well as adding the code coverage alongside, with some cleanup bits like adding the badges for all three things to the readme :)