r-quantities / units

Measurement units for R
https://r-quantities.github.io/units
175 stars 28 forks source link

Add GHA's workflows, remove Travis and AppVeyor #246

Closed Enchufa2 closed 4 years ago

Enchufa2 commented 4 years ago

The main workflow, build.yml, builds and checks the package, and has the following properties:

The secondary workflow, pkgdown.yml, builds and deploys the {pkgdown} site to gh-pages, and it's triggered only when a new release is published.

Also

codecov[bot] commented 4 years ago

Codecov Report

Merging #246 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #246   +/-   ##
=======================================
  Coverage   94.11%   94.11%           
=======================================
  Files          18       18           
  Lines         900      900           
=======================================
  Hits          847      847           
  Misses         53       53           

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 210b952...d0c272f. Read the comment docs.