go-python / gpython

gpython is a python interpreter written in go "batteries not included"
BSD 3-Clause "New" or "Revised" License
879 stars 94 forks source link

examples/{embedding,multi-context}: add LICENSE blurb, cosmetics #163

Closed sbinet closed 2 years ago

sbinet commented 2 years ago

Signed-off-by: Sebastien Binet binet@cern.ch

codecov[bot] commented 2 years ago

Codecov Report

Merging #163 (01cbebd) into master (7f55cd3) will decrease coverage by 0.09%. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #163      +/-   ##
==========================================
- Coverage   72.96%   72.86%   -0.10%     
==========================================
  Files          70       71       +1     
  Lines       11647    11678      +31     
==========================================
+ Hits         8498     8509      +11     
- Misses       2583     2600      +17     
- Partials      566      569       +3     
Impacted Files Coverage Δ
main.go 12.90% <50.00%> (ø)
modules/runtime.go 49.62% <0.00%> (+3.75%) :arrow_up:
py/run.go 65.11% <0.00%> (+4.65%) :arrow_up:

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 7f55cd3...01cbebd. Read the comment docs.