initc3 / HoneyBadgerMPC

Robust MPC-based confidentiality layer for blockchains
GNU General Public License v3.0
131 stars 64 forks source link

Preview docs on CircleCI #418

Closed sbellem closed 4 years ago

sbellem commented 4 years ago

When pull requests make modifications to the documentation it is not necessarily easy to know whether the documentation renders properly. Using CircleCI it is possible to store and view the generated docs for a pull request.

For example the build for this PR can be found at https://app.circleci.com/jobs/github/sbellem/HoneyBadgerMPC/6 and the generated docs are under the artifacts at https://app.circleci.com/jobs/github/sbellem/HoneyBadgerMPC/6/artifacts. Selecting the docs/index.html brings one to the rendered docs: https://6-141841687-gh.circle-artifacts.com/0/docs/index.html.

codecov[bot] commented 4 years ago

Codecov Report

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

@@                 Coverage Diff                 @@
##                 dev        #418         +/-   ##
===================================================
+ Coverage   77.23533%   77.28897%   +0.05364%     
===================================================
  Files             50          50                 
  Lines           5592        5592                 
  Branches         856         856                 
===================================================
+ Hits            4319        4322          +3     
+ Misses          1098        1097          -1     
+ Partials         175         173          -2