go-hep / hep

hep is the mono repository holding all of go-hep.org/x/hep packages and tools
https://go-hep.org
BSD 3-Clause "New" or "Revised" License
230 stars 35 forks source link

groot: fix go:generate portability for root-gen-type #952

Closed dolmen closed 2 years ago

dolmen commented 2 years ago

Use go run instead of requiring the binary to be already built.

codecov-commenter commented 2 years ago

Codecov Report

Merging #952 (01ac338) into main (8c3e3fa) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #952   +/-   ##
=======================================
  Coverage   72.57%   72.57%           
=======================================
  Files         410      410           
  Lines       62067    62067           
=======================================
  Hits        45044    45044           
  Misses      14692    14692           
  Partials     2331     2331           
Impacted Files Coverage Δ
groot/cmd/root-gen-type/main.go 20.65% <ø> (ø)

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 8c3e3fa...01ac338. Read the comment docs.