ulrikstrid / ocaml-jose

https://ulrikstrid.github.io/ocaml-jose/
MIT License
53 stars 4 forks source link

Remove esy #38

Closed ulrikstrid closed 2 years ago

ulrikstrid commented 2 years ago

Since I'm not using esy anymore I wanted to change this over to just use nix. I also removed the azure pipelines setup since it used esy and had a bunch of failures

Things left to do:

codecov[bot] commented 2 years ago

Codecov Report

Merging #38 (94dfd36) into master (30215c3) will increase coverage by 0.42%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   75.68%   76.10%   +0.42%     
==========================================
  Files           8        8              
  Lines         769      770       +1     
==========================================
+ Hits          582      586       +4     
+ Misses        187      184       -3     
Impacted Files Coverage Δ
jose/Jws.ml 74.75% <ø> (-0.72%) :arrow_down:
jose/Jwt.ml 78.78% <75.00%> (+13.27%) :arrow_up:
jose/Jwe.ml 85.84% <100.00%> (ø)
jose/Utils.ml 70.58% <100.00%> (ø)

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 1569096...94dfd36. Read the comment docs.