go-interpreter / wagon

wagon, a WebAssembly-based Go interpreter, for Go.
BSD 3-Clause "New" or "Revised" License
904 stars 148 forks source link

support travis ci in fork repo #103

Closed laizy closed 5 years ago

laizy commented 5 years ago

travis will download repo code in GOPATH/src/github.com/forkeduser/wagon, which will cause compile error in forked repo. seems other people also have encountered this problem.

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #103   +/-   ##
=======================================
  Coverage   68.73%   68.73%           
=======================================
  Files          33       33           
  Lines        3349     3349           
=======================================
  Hits         2302     2302           
  Misses        788      788           
  Partials      259      259

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 0f0022c...4694855. Read the comment docs.

sbinet commented 5 years ago

Could you add yourself to the AUTHORS and CONTRIBUTORS files in the 'license' repo? (Thanks)

laizy commented 5 years ago

added in https://github.com/go-interpreter/license/pull/11

laizy commented 5 years ago

force push to correct the commit message