ledatelescope / bifrost

A stream processing framework for high-throughput applications.
BSD 3-Clause "New" or "Revised" License
66 stars 29 forks source link

Simplify makefiles #169

Closed league closed 2 years ago

league commented 2 years ago

Drop the DRY_RUN distinction in makefiles (make -n works better) and quit trying to use carriage returns \r in makefile output. Please see commit messages for more rationale!

codecov-commenter commented 2 years ago

Codecov Report

Merging #169 (6220e56) into master (b3cfd36) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #169   +/-   ##
=======================================
  Coverage   58.54%   58.54%           
=======================================
  Files          67       67           
  Lines        5727     5727           
=======================================
  Hits         3353     3353           
  Misses       2374     2374           

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 b3cfd36...6220e56. Read the comment docs.

jaycedowell commented 2 years ago

I like it.