tshort / StaticCompiler.jl

Compiles Julia code to a standalone library (experimental)
Other
490 stars 31 forks source link

Add current package # for unregistered package #22

Closed aminya closed 4 years ago

aminya commented 4 years ago

Patch for https://github.com/tshort/StaticCompiler.jl/pull/21

The run here fails to add StaticCompiler. https://github.com/tshort/StaticCompiler.jl/runs/448105083?check_suite_focus=true#step:4:11

1) we can register StaticCompiler and fix the error 2) I can add a line to add StaticCompiler based on the link.

I will 2 for now until you register.

We should revert these commits once StaticCompiler is registered

codecov-io commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #22   +/-   ##
=======================================
  Coverage   90.88%   90.88%           
=======================================
  Files          12       12           
  Lines         450      450           
=======================================
  Hits          409      409           
  Misses         41       41

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 6da3692...820e548. Read the comment docs.

tshort commented 4 years ago

I blindly merged this and all the CompatHelper PR's...

aminya commented 4 years ago

I blindly merged this and all the CompatHelper PR's...

Now the build is successful, but I am not sure why it doesn't show up in your documentation environment. https://github.com/tshort/StaticCompiler.jl/runs/448948663

I think maybe you entered the wrong deployement keys. 🤔