engyon / enprot

enprot command line tool for Engyon
1 stars 1 forks source link

ci: Publish to crates.io. #47

Closed dewyatt closed 4 years ago

dewyatt commented 4 years ago

I've only tested the dry-run of this, so it may or may not work correctly. @ronaldtse Can you add the CARGO_REGISTRY_TOKEN for crates.io?

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #47   +/-   ##
=======================================
  Coverage   67.45%   67.45%           
=======================================
  Files          11       11           
  Lines        1232     1232           
  Branches      271      271           
=======================================
  Hits          831      831           
  Misses        173      173           
  Partials      228      228

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

ronaldtse commented 4 years ago

@dewyatt added! This token is from the "rnp-ci" account, I wasn't sure if enprot will end up closer to rnp or metanorma, or a completely separate beast... (suggestions welcome!)

ronaldtse commented 4 years ago

While we're at this, what's your view on using GitHub Actions like this? https://github.com/actions-rs/cargo

dewyatt commented 4 years ago

While we're at this, what's your view on using GitHub Actions like this? https://github.com/actions-rs/cargo

I thought about it, but it really doesn't seem all that useful unless I'm missing something.

ronaldtse commented 4 years ago

That's true, it's more like a wrapper. Feel free to merge if ready.