shzlw / poli

An easy-to-use BI server built for SQL lovers. Power data analysis in SQL and gain faster business insights.
https://shzlw.github.io/poli
MIT License
1.97k stars 329 forks source link

Makefile based build. #26

Open chr15m opened 5 years ago

chr15m commented 5 years ago

Use make to build. Only those dependencies which have changed will be built. For example node_modules will only be installed if package.json has been changed or if it is missing. React app will only be built if web-app sources have been changed.

Fixes #23

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #26   +/-   ##
=========================================
  Coverage     71.12%   71.12%           
  Complexity      348      348           
=========================================
  Files            42       42           
  Lines          1285     1285           
  Branches        110      110           
=========================================
  Hits            914      914           
  Misses          336      336           
  Partials         35       35

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 9b0eac7...4121c11. Read the comment docs.