JuliaLabs / Cassette.jl

Overdub Your Julia Code
Other
371 stars 35 forks source link

Switch from Travis/AV to GitHub Actions CI #181

Closed DilumAluthge closed 3 years ago

DilumAluthge commented 3 years ago

After this pull request is merged, a repository owner will need to do the following:

  1. using DocumenterTools; DocumenterTools.genkeys()
  2. Take the Base64-encoded private key and add it as a GitHub Secret (https://github.com/jrevels/Cassette.jl/settings/secrets/actions) named DOCUMENTER_KEY.
  3. Take the public key and add it as a deploy key (https://github.com/jrevels/Cassette.jl/settings/keys) named DOCUMENTER_KEY_PUBLIC. Make sure that the deploy key has write access.
codecov-io commented 3 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #181   +/-   ##
=========================================
  Coverage          ?   84.24%           
=========================================
  Files             ?        6           
  Lines             ?      692           
  Branches          ?        0           
=========================================
  Hits              ?      583           
  Misses            ?      109           
  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 d655db2...f6ec12a. Read the comment docs.

DilumAluthge commented 3 years ago

This is ready for review.

cc: @vchuravy

DilumAluthge commented 3 years ago

Bump @jrevels @vchuravy

vchuravy commented 3 years ago

Thanks DIlum!

DilumAluthge commented 3 years ago

FYI an admin needs to add the DOCUMENTER_KEY as described above, to ensure that the docs keep building.

vchuravy commented 3 years ago

That means we need @jrevels